Html Css Color HEX #9EECFB Blizzard Blue

📋 copy color: '#9EECFB'

red 158 ◦ green 236 ◦ blue 251

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

Shades of Blizzard Blue #9EECFB

Tints of Blizzard Blue #9EECFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.91%

R = 24.5%
G = 36.59%
B = 38.91%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9EECFB (or 0x9EECFB) is known color: Blizzard Blue. HEX triplet: 9E, EC and FB. RGB value is (158,236,251). Sum of RGB (Red+Green+Blue) = 158+236+251=645 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.50% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #9EECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECFB is #611304. Grayscale: #D6D6D6. Windows color (decimal): -6361861 or 16510110. OLE color: 16510110.

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

Color convert

RGB 158 236 251 -
CMYK 0.37 0.06 0 0.02
HSL 189.68º 0.92% 0.8% -
HSV(B) 189.68º 0.37% 0.98% -
XYZ 61.51 74.23 102.35 -
YUV 214.39 148.66 87.78 -
System Red Green Blue C M Y K H S L
Decimal 158 236 251 0.37 0.06 0 0.02 189.68 0.92 0.8
Hex 9E EC FB 25 6 0 2 BE 5C 50
Octal 236 354 373 45 6 0 2 276 134 120
Binary 10011110 11101100 11111011 100101 110 0 10 10111110 1011100 1010000

Color Harmonies of #9EECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EECFB

Black with #9EECFB

Text Example


Text Example

White with #9EECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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