Html Css Color HEX #9EEBFC Blizzard Blue

📋 copy color: '#9EEBFC'

red 158 ◦ green 235 ◦ blue 252

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

Shades of Blizzard Blue #9EEBFC

Tints of Blizzard Blue #9EEBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.43%

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

R = 24.5%
G = 36.43%
B = 39.07%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9EEBFC (or 0x9EEBFC) is known color: Blizzard Blue. HEX triplet: 9E, EB and FC. RGB value is (158,235,252). Sum of RGB (Red+Green+Blue) = 158+235+252=645 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.50% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EEBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBFC is #611403. Grayscale: #D5D5D5. Windows color (decimal): -6362116 or 16575390. OLE color: 16575390.

HSL color Cylindrical-coordinate representation of color #9EEBFC: hue angle of 190.85º 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 #9EEBFC is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 235 252 -
CMYK 0.37 0.07 0 0.01
HSL 190.85º 0.94% 0.8% -
HSV(B) 190.85º 0.37% 0.99% -
XYZ 61.38 73.71 103.09 -
YUV 213.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 158 235 252 0.37 0.07 0 0.01 190.85 0.94 0.8
Hex 9E EB FC 25 7 0 1 BF 5E 50
Octal 236 353 374 45 7 0 1 277 136 120
Binary 10011110 11101011 11111100 100101 111 0 1 10111111 1011110 1010000

Color Harmonies of #9EEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEBFC

Black with #9EEBFC

Text Example


Text Example

White with #9EEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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