Html Css Color HEX #9CF0FF Blizzard Blue

📋 copy color: '#9CF0FF'

red 156 ◦ green 240 ◦ blue 255

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

Shades of Blizzard Blue #9CF0FF

Tints of Blizzard Blue #9CF0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.17%

R = 23.96%
G = 36.87%
B = 39.17%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9CF0FF (or 0x9CF0FF) is known color: Blizzard Blue. HEX triplet: 9C, F0 and FF. RGB value is (156,240,255). Sum of RGB (Red+Green+Blue) = 156+240+255=651 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.96% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CF0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF0FF is #630F00. Grayscale: #D8D8D8. Windows color (decimal): -6491905 or 16773276. OLE color: 16773276.

HSL color Cylindrical-coordinate representation of color #9CF0FF: hue angle of 189.09º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CF0FF is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 156 240 255 -
CMYK 0.39 0.06 0 0
HSL 189.09º 1% 0.81% -
HSV(B) 189.09º 0.39% 1% -
XYZ 62.92 76.61 106.08 -
YUV 216.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 156 240 255 0.39 0.06 0 0 189.09 1 0.81
Hex 9C F0 FF 27 6 0 0 BD 64 51
Octal 234 360 377 47 6 0 0 275 144 121
Binary 10011100 11110000 11111111 100111 110 0 0 10111101 1100100 1010001

Color Harmonies of #9CF0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF0FF

Black with #9CF0FF

Text Example


Text Example

White with #9CF0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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