Html Css Color HEX #9CF0FE Blizzard Blue

📋 copy color: '#9CF0FE'

red 156 ◦ green 240 ◦ blue 254

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

Shades of Blizzard Blue #9CF0FE

Tints of Blizzard Blue #9CF0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.08%

R = 24%
G = 36.92%
B = 39.08%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9CF0FE (or 0x9CF0FE) is known color: Blizzard Blue. HEX triplet: 9C, F0 and FE. RGB value is (156,240,254). Sum of RGB (Red+Green+Blue) = 156+240+254=650 (86% of max value = 765). Red value is 156 (61.33% from 255 or 24% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF0FE is #630F01. Grayscale: #D8D8D8. Windows color (decimal): -6491906 or 16707740. OLE color: 16707740.

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

Color convert

RGB 156 240 254 -
CMYK 0.39 0.06 0 0.00
HSL 188.57º 0.98% 0.8% -
HSV(B) 188.57º 0.39% 1% -
XYZ 62.76 76.54 105.23 -
YUV 216.48 149.17 84.86 -
System Red Green Blue C M Y K H S L
Decimal 156 240 254 0.39 0.06 0 0.00 188.57 0.98 0.8
Hex 9C F0 FE 27 6 0 0 BD 62 50
Octal 234 360 376 47 6 0 0 275 142 120
Binary 10011100 11110000 11111110 100111 110 0 0 10111101 1100010 1010000

Color Harmonies of #9CF0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF0FE

Black with #9CF0FE

Text Example


Text Example

White with #9CF0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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