Html Css Color HEX #9CEDEC Blizzard Blue

📋 copy color: '#9CEDEC'

red 156 ◦ green 237 ◦ blue 236

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

Shades of Blizzard Blue #9CEDEC

Tints of Blizzard Blue #9CEDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.68%

 BLUE value IS 236 (92.58% from 255) = 37.52%

R = 24.8%
G = 37.68%
B = 37.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#9CEDEC (or 0x9CEDEC) is known color: Blizzard Blue. HEX triplet: 9C, ED and EC. RGB value is (156,237,236). Sum of RGB (Red+Green+Blue) = 156+237+236=629 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.80% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEDEC is #631213. Grayscale: #D4D4D4. Windows color (decimal): -6492692 or 15527324. OLE color: 15527324.

HSL color Cylindrical-coordinate representation of color #9CEDEC: hue angle of 179.26º degrees, saturation: 0.69, 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 #9CEDEC is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 156 237 236 -
CMYK 0.34 0 0.00 0.07
HSL 179.26º 0.69% 0.77% -
HSV(B) 179.26º 0.34% 0.93% -
XYZ 59.13 73.69 90.46 -
YUV 212.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 156 237 236 0.34 0 0.00 0.07 179.26 0.69 0.77
Hex 9C ED EC 22 0 0 7 B3 45 4D
Octal 234 355 354 42 0 0 7 263 105 115
Binary 10011100 11101101 11101100 100010 0 0 111 10110011 1000101 1001101

Color Harmonies of #9CEDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CEDEC

Black with #9CEDEC

Text Example


Text Example

White with #9CEDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,237,236); }

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

background-color css

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

 a { background-color: rgb(156,237,236); }

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

border-color css

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

 span { border-color: rgb(156,237,236); }

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