Html Css Color HEX #9EECFC Blizzard Blue

📋 copy color: '#9EECFC'

red 158 ◦ green 236 ◦ blue 252

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

Shades of Blizzard Blue #9EECFC

Tints of Blizzard Blue #9EECFC

RGB

 RED value IS 158 (62.11% from 255) = 24.46%

 GREEN value IS 236 (92.58% from 255) = 36.53%

 BLUE value IS 252 (98.83% from 255) = 39.01%

R = 24.46%
G = 36.53%
B = 39.01%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9EECFC (or 0x9EECFC) is known color: Blizzard Blue. HEX triplet: 9E, EC and FC. RGB value is (158,236,252). Sum of RGB (Red+Green+Blue) = 158+236+252=646 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.46% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 252 (98.83% from 255 or 39.01% from 646); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECFC is #611303. Grayscale: #D6D6D6. Windows color (decimal): -6361860 or 16575646. OLE color: 16575646.

HSL color Cylindrical-coordinate representation of color #9EECFC: hue angle of 190.21º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EECFC is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 236 252 -
CMYK 0.37 0.06 0 0.01
HSL 190.21º 0.94% 0.8% -
HSV(B) 190.21º 0.37% 0.99% -
XYZ 61.67 74.29 103.18 -
YUV 214.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 158 236 252 0.37 0.06 0 0.01 190.21 0.94 0.8
Hex 9E EC FC 25 6 0 1 BE 5E 50
Octal 236 354 374 45 6 0 1 276 136 120
Binary 10011110 11101100 11111100 100101 110 0 1 10111110 1011110 1010000

Color Harmonies of #9EECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECFC

Black with #9EECFC

Text Example


Text Example

White with #9EECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,236,252); }

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

background-color css

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

 a { background-color: rgb(158,236,252); }

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

border-color css

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

 span { border-color: rgb(158,236,252); }

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