Html Css Color HEX #9CF0FA Blizzard Blue

📋 copy color: '#9CF0FA'

red 156 ◦ green 240 ◦ blue 250

#9CF0FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #9CF0FA

Tints of Blizzard Blue #9CF0FA

RGB

 RED value IS 156 (61.33% from 255) = 24.15%

 GREEN value IS 240 (94.14% from 255) = 37.15%

 BLUE value IS 250 (98.05% from 255) = 38.7%

R = 24.15%
G = 37.15%
B = 38.7%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9CF0FA (or 0x9CF0FA) is known color: Blizzard Blue. HEX triplet: 9C, F0 and FA. RGB value is (156,240,250). Sum of RGB (Red+Green+Blue) = 156+240+250=646 (85% of max value = 765). Red value is 156 (61.33% from 255 or 24.15% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CF0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF0FA is #630F05. Grayscale: #D7D7D7. Windows color (decimal): -6491910 or 16445596. OLE color: 16445596.

HSL color Cylindrical-coordinate representation of color #9CF0FA: hue angle of 186.38º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CF0FA is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 240 250 -
CMYK 0.38 0.04 0 0.02
HSL 186.38º 0.9% 0.8% -
HSV(B) 186.38º 0.38% 0.98% -
XYZ 62.13 76.29 101.89 -
YUV 216.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 156 240 250 0.38 0.04 0 0.02 186.38 0.9 0.8
Hex 9C F0 FA 26 4 0 2 BA 5A 50
Octal 234 360 372 46 4 0 2 272 132 120
Binary 10011100 11110000 11111010 100110 100 0 10 10111010 1011010 1010000

Color Harmonies of #9CF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF0FA

Black with #9CF0FA

Text Example


Text Example

White with #9CF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CF0FA; }

 p { color: rgb(156,240,250); }

 H1.HeaderClassName
 {
   color: #9CF0FA;
 }
 .AnyTagClassName
 {
   color: #9CF0FA;
 }
</style>

background-color css

<style>
 a { background-color: #9CF0FA; }

 a { background-color: rgb(156,240,250); }

 div.DivClassName
 {
   background-color: #9CF0FA;
 }
 .BgClassName
 {
   background-color: #9CF0FA;
 }
</style>

border-color css

<style>
 span { border-color: #9CF0FA; }

 span { border-color: rgb(156,240,250); }

 td.TdClassName
 {
   border-color: #9CF0FA;
 }
 .TagClassName
 {
   border-color: #9CF0FA;
 }
</style>