Html Css Color HEX #9EEEFC Blizzard Blue

📋 copy color: '#9EEEFC'

red 158 ◦ green 238 ◦ blue 252

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

Shades of Blizzard Blue #9EEEFC

Tints of Blizzard Blue #9EEEFC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.73%

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

R = 24.38%
G = 36.73%
B = 38.89%

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

#9EEEFC (or 0x9EEEFC) is known color: Blizzard Blue. HEX triplet: 9E, EE and FC. RGB value is (158,238,252). Sum of RGB (Red+Green+Blue) = 158+238+252=648 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.38% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #9EEEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEEFC is #611103. Grayscale: #D7D7D7. Windows color (decimal): -6361348 or 16576158. OLE color: 16576158.

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

Color convert

RGB 158 238 252 -
CMYK 0.37 0.06 0 0.01
HSL 188.94º 0.94% 0.8% -
HSV(B) 188.94º 0.37% 0.99% -
XYZ 62.25 75.45 103.38 -
YUV 215.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 158 238 252 0.37 0.06 0 0.01 188.94 0.94 0.8
Hex 9E EE FC 25 6 0 1 BD 5E 50
Octal 236 356 374 45 6 0 1 275 136 120
Binary 10011110 11101110 11111100 100101 110 0 1 10111101 1011110 1010000

Color Harmonies of #9EEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEEFC

Black with #9EEEFC

Text Example


Text Example

White with #9EEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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