Html Css Color HEX #9EECF2 Blizzard Blue

📋 copy color: '#9EECF2'

red 158 ◦ green 236 ◦ blue 242

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

Shades of Blizzard Blue #9EECF2

Tints of Blizzard Blue #9EECF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.05%

R = 24.84%
G = 37.11%
B = 38.05%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9EECF2 (or 0x9EECF2) is known color: Blizzard Blue. HEX triplet: 9E, EC and F2. RGB value is (158,236,242). Sum of RGB (Red+Green+Blue) = 158+236+242=636 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.84% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #9EECF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECF2 is #61130D. Grayscale: #D5D5D5. Windows color (decimal): -6361870 or 15920286. OLE color: 15920286.

HSL color Cylindrical-coordinate representation of color #9EECF2: hue angle of 184.29º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EECF2 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 236 242 -
CMYK 0.35 0.02 0 0.05
HSL 184.29º 0.76% 0.78% -
HSV(B) 184.29º 0.35% 0.95% -
XYZ 60.12 73.67 95.06 -
YUV 213.36 144.16 88.51 -
System Red Green Blue C M Y K H S L
Decimal 158 236 242 0.35 0.02 0 0.05 184.29 0.76 0.78
Hex 9E EC F2 23 2 0 5 B8 4C 4E
Octal 236 354 362 43 2 0 5 270 114 116
Binary 10011110 11101100 11110010 100011 10 0 101 10111000 1001100 1001110

Color Harmonies of #9EECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECF2

Black with #9EECF2

Text Example


Text Example

White with #9EECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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