Html Css Color HEX #9CEBE8 Blizzard Blue

📋 copy color: '#9CEBE8'

red 156 ◦ green 235 ◦ blue 232

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

Shades of Blizzard Blue #9CEBE8

Tints of Blizzard Blue #9CEBE8

RGB

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

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

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

R = 25.04%
G = 37.72%
B = 37.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#9CEBE8 (or 0x9CEBE8) is known color: Blizzard Blue. HEX triplet: 9C, EB and E8. RGB value is (156,235,232). Sum of RGB (Red+Green+Blue) = 156+235+232=623 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.04% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEBE8 is #631417. Grayscale: #D2D2D2. Windows color (decimal): -6493208 or 15264668. OLE color: 15264668.

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

Color convert

RGB 156 235 232 -
CMYK 0.34 0 0.01 0.08
HSL 177.72º 0.66% 0.77% -
HSV(B) 177.72º 0.34% 0.92% -
XYZ 57.98 72.31 87.25 -
YUV 211.04 139.83 88.74 -
System Red Green Blue C M Y K H S L
Decimal 156 235 232 0.34 0 0.01 0.08 177.72 0.66 0.77
Hex 9C EB E8 22 0 1 8 B2 42 4D
Octal 234 353 350 42 0 1 10 262 102 115
Binary 10011100 11101011 11101000 100010 0 1 1000 10110010 1000010 1001101

Color Harmonies of #9CEBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEBE8

Black with #9CEBE8

Text Example


Text Example

White with #9CEBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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