Html Css Color HEX #9DDFEE Blizzard Blue

📋 copy color: '#9DDFEE'

red 157 ◦ green 223 ◦ blue 238

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

Shades of Blizzard Blue #9DDFEE

Tints of Blizzard Blue #9DDFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.08%

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

R = 25.4%
G = 36.08%
B = 38.51%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DDFEE (or 0x9DDFEE) is known color: Blizzard Blue. HEX triplet: 9D, DF and EE. RGB value is (157,223,238). Sum of RGB (Red+Green+Blue) = 157+223+238=618 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.40% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDFEE is #622011. Grayscale: #CCCCCC. Windows color (decimal): -6430738 or 15654813. OLE color: 15654813.

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

Color convert

RGB 157 223 238 -
CMYK 0.34 0.06 0 0.07
HSL 191.11º 0.7% 0.77% -
HSV(B) 191.11º 0.34% 0.93% -
XYZ 55.72 66.12 90.71 -
YUV 204.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 157 223 238 0.34 0.06 0 0.07 191.11 0.7 0.77
Hex 9D DF EE 22 6 0 7 BF 46 4D
Octal 235 337 356 42 6 0 7 277 106 115
Binary 10011101 11011111 11101110 100010 110 0 111 10111111 1000110 1001101

Color Harmonies of #9DDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDFEE

Black with #9DDFEE

Text Example


Text Example

White with #9DDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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