Html Css Color HEX #9CE1E8 Blizzard Blue

📋 copy color: '#9CE1E8'

red 156 ◦ green 225 ◦ blue 232

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

Shades of Blizzard Blue #9CE1E8

Tints of Blizzard Blue #9CE1E8

RGB

 RED value IS 156 (61.33% from 255) = 25.45%

 GREEN value IS 225 (88.28% from 255) = 36.7%

 BLUE value IS 232 (91.02% from 255) = 37.85%

R = 25.45%
G = 36.7%
B = 37.85%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9CE1E8 (or 0x9CE1E8) is known color: Blizzard Blue. HEX triplet: 9C, E1 and E8. RGB value is (156,225,232). Sum of RGB (Red+Green+Blue) = 156+225+232=613 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.45% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #9CE1E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE1E8 is #631E17. Grayscale: #CDCDCD. Windows color (decimal): -6495768 or 15262108. OLE color: 15262108.

HSL color Cylindrical-coordinate representation of color #9CE1E8: hue angle of 185.53º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CE1E8 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 156 225 232 -
CMYK 0.33 0.03 0 0.09
HSL 185.53º 0.62% 0.76% -
HSV(B) 185.53º 0.33% 0.91% -
XYZ 55.2 66.74 86.32 -
YUV 205.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 156 225 232 0.33 0.03 0 0.09 185.53 0.62 0.76
Hex 9C E1 E8 21 3 0 9 BA 3E 4C
Octal 234 341 350 41 3 0 11 272 76 114
Binary 10011100 11100001 11101000 100001 11 0 1001 10111010 111110 1001100

Color Harmonies of #9CE1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE1E8

Black with #9CE1E8

Text Example


Text Example

White with #9CE1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,225,232); }

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

background-color css

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

 a { background-color: rgb(156,225,232); }

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

border-color css

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

 span { border-color: rgb(156,225,232); }

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