Html Css Color HEX #9CDEEB Blizzard Blue

📋 copy color: '#9CDEEB'

red 156 ◦ green 222 ◦ blue 235

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

Shades of Blizzard Blue #9CDEEB

Tints of Blizzard Blue #9CDEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.22%

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

R = 25.45%
G = 36.22%
B = 38.34%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9CDEEB (or 0x9CDEEB) is known color: Blizzard Blue. HEX triplet: 9C, DE and EB. RGB value is (156,222,235). Sum of RGB (Red+Green+Blue) = 156+222+235=613 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.45% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CDEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDEEB is #632114. Grayscale: #CBCBCB. Windows color (decimal): -6496533 or 15457948. OLE color: 15457948.

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

Color convert

RGB 156 222 235 -
CMYK 0.34 0.06 0 0.08
HSL 189.87º 0.66% 0.77% -
HSV(B) 189.87º 0.34% 0.92% -
XYZ 54.83 65.31 88.31 -
YUV 203.75 145.63 93.94 -
System Red Green Blue C M Y K H S L
Decimal 156 222 235 0.34 0.06 0 0.08 189.87 0.66 0.77
Hex 9C DE EB 22 6 0 8 BE 42 4D
Octal 234 336 353 42 6 0 10 276 102 115
Binary 10011100 11011110 11101011 100010 110 0 1000 10111110 1000010 1001101

Color Harmonies of #9CDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDEEB

Black with #9CDEEB

Text Example


Text Example

White with #9CDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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