Html Css Color HEX #9CE2EB Blizzard Blue

📋 copy color: '#9CE2EB'

red 156 ◦ green 226 ◦ blue 235

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

Shades of Blizzard Blue #9CE2EB

Tints of Blizzard Blue #9CE2EB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.63%

 BLUE value IS 235 (92.19% from 255) = 38.09%

R = 25.28%
G = 36.63%
B = 38.09%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9CE2EB (or 0x9CE2EB) is known color: Blizzard Blue. HEX triplet: 9C, E2 and EB. RGB value is (156,226,235). Sum of RGB (Red+Green+Blue) = 156+226+235=617 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.28% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CE2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE2EB is #631D14. Grayscale: #CDCDCD. Windows color (decimal): -6495509 or 15458972. OLE color: 15458972.

HSL color Cylindrical-coordinate representation of color #9CE2EB: hue angle of 186.84º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CE2EB is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 226 235 -
CMYK 0.34 0.04 0 0.08
HSL 186.84º 0.66% 0.77% -
HSV(B) 186.84º 0.34% 0.92% -
XYZ 55.9 67.46 88.67 -
YUV 206.1 144.31 92.27 -
System Red Green Blue C M Y K H S L
Decimal 156 226 235 0.34 0.04 0 0.08 186.84 0.66 0.77
Hex 9C E2 EB 22 4 0 8 BB 42 4D
Octal 234 342 353 42 4 0 10 273 102 115
Binary 10011100 11100010 11101011 100010 100 0 1000 10111011 1000010 1001101

Color Harmonies of #9CE2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE2EB

Black with #9CE2EB

Text Example


Text Example

White with #9CE2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,226,235); }

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

background-color css

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

 a { background-color: rgb(156,226,235); }

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

border-color css

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

 span { border-color: rgb(156,226,235); }

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