Html Css Color HEX #9CE5EE Blizzard Blue

📋 copy color: '#9CE5EE'

red 156 ◦ green 229 ◦ blue 238

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

Shades of Blizzard Blue #9CE5EE

Tints of Blizzard Blue #9CE5EE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.76%

 BLUE value IS 238 (93.36% from 255) = 38.2%

R = 25.04%
G = 36.76%
B = 38.2%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9CE5EE (or 0x9CE5EE) is known color: Blizzard Blue. HEX triplet: 9C, E5 and EE. RGB value is (156,229,238). Sum of RGB (Red+Green+Blue) = 156+229+238=623 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.04% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #9CE5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE5EE is #631A11. Grayscale: #D0D0D0. Windows color (decimal): -6494738 or 15656348. OLE color: 15656348.

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

Color convert

RGB 156 229 238 -
CMYK 0.34 0.04 0 0.07
HSL 186.59º 0.71% 0.77% -
HSV(B) 186.59º 0.34% 0.93% -
XYZ 57.16 69.28 91.25 -
YUV 208.2 144.82 90.77 -
System Red Green Blue C M Y K H S L
Decimal 156 229 238 0.34 0.04 0 0.07 186.59 0.71 0.77
Hex 9C E5 EE 22 4 0 7 BB 47 4D
Octal 234 345 356 42 4 0 7 273 107 115
Binary 10011100 11100101 11101110 100010 100 0 111 10111011 1000111 1001101

Color Harmonies of #9CE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE5EE

Black with #9CE5EE

Text Example


Text Example

White with #9CE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,229,238); }

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

background-color css

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

 a { background-color: rgb(156,229,238); }

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

border-color css

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

 span { border-color: rgb(156,229,238); }

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