Html Css Color HEX #9DDEEE Blizzard Blue

📋 copy color: '#9DDEEE'

red 157 ◦ green 222 ◦ blue 238

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

Shades of Blizzard Blue #9DDEEE

Tints of Blizzard Blue #9DDEEE

RGB

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

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

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

R = 25.45%
G = 35.98%
B = 38.57%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DDEEE (or 0x9DDEEE) is known color: Blizzard Blue. HEX triplet: 9D, DE and EE. RGB value is (157,222,238). Sum of RGB (Red+Green+Blue) = 157+222+238=617 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.45% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DDEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDEEE is #622111. Grayscale: #CCCCCC. Windows color (decimal): -6430994 or 15654557. OLE color: 15654557.

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

Color convert

RGB 157 222 238 -
CMYK 0.34 0.07 0 0.07
HSL 191.85º 0.7% 0.77% -
HSV(B) 191.85º 0.34% 0.93% -
XYZ 55.46 65.58 90.62 -
YUV 204.39 146.97 94.2 -
System Red Green Blue C M Y K H S L
Decimal 157 222 238 0.34 0.07 0 0.07 191.85 0.7 0.77
Hex 9D DE EE 22 7 0 7 C0 46 4D
Octal 235 336 356 42 7 0 7 300 106 115
Binary 10011101 11011110 11101110 100010 111 0 111 11000000 1000110 1001101

Color Harmonies of #9DDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEEE

Black with #9DDEEE

Text Example


Text Example

White with #9DDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,222,238); }

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

background-color css

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

 a { background-color: rgb(157,222,238); }

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

border-color css

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

 span { border-color: rgb(157,222,238); }

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