Html Css Color HEX #9DECEB Blizzard Blue

📋 copy color: '#9DECEB'

red 157 ◦ green 236 ◦ blue 235

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

Shades of Blizzard Blue #9DECEB

Tints of Blizzard Blue #9DECEB

RGB

 RED value IS 157 (61.72% from 255) = 25%

 GREEN value IS 236 (92.58% from 255) = 37.58%

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

R = 25%
G = 37.58%
B = 37.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#9DECEB (or 0x9DECEB) is known color: Blizzard Blue. HEX triplet: 9D, EC and EB. RGB value is (157,236,235). Sum of RGB (Red+Green+Blue) = 157+236+235=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #9DECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DECEB is #621314. Grayscale: #D4D4D4. Windows color (decimal): -6427413 or 15461533. OLE color: 15461533.

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

Color convert

RGB 157 236 235 -
CMYK 0.33 0 0.00 0.07
HSL 179.24º 0.68% 0.77% -
HSV(B) 179.24º 0.33% 0.93% -
XYZ 58.9 73.16 89.61 -
YUV 212.27 140.83 88.58 -
System Red Green Blue C M Y K H S L
Decimal 157 236 235 0.33 0 0.00 0.07 179.24 0.68 0.77
Hex 9D EC EB 21 0 0 7 B3 44 4D
Octal 235 354 353 41 0 0 7 263 104 115
Binary 10011101 11101100 11101011 100001 0 0 111 10110011 1000100 1001101

Color Harmonies of #9DECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DECEB

Black with #9DECEB

Text Example


Text Example

White with #9DECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,236,235); }

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

background-color css

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

 a { background-color: rgb(157,236,235); }

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

border-color css

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

 span { border-color: rgb(157,236,235); }

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