Html Css Color HEX #9DEEF6 Blizzard Blue

📋 copy color: '#9DEEF6'

red 157 ◦ green 238 ◦ blue 246

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

Shades of Blizzard Blue #9DEEF6

Tints of Blizzard Blue #9DEEF6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.13%

 BLUE value IS 246 (96.48% from 255) = 38.38%

R = 24.49%
G = 37.13%
B = 38.38%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9DEEF6 (or 0x9DEEF6) is known color: Blizzard Blue. HEX triplet: 9D, EE and F6. RGB value is (157,238,246). Sum of RGB (Red+Green+Blue) = 157+238+246=641 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.49% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #9DEEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEEF6 is #621109. Grayscale: #D6D6D6. Windows color (decimal): -6426890 or 16182941. OLE color: 16182941.

HSL color Cylindrical-coordinate representation of color #9DEEF6: hue angle of 185.39º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DEEF6 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 157 238 246 -
CMYK 0.36 0.03 0 0.04
HSL 185.39º 0.83% 0.79% -
HSV(B) 185.39º 0.36% 0.96% -
XYZ 61.11 74.97 98.44 -
YUV 214.69 145.66 86.85 -
System Red Green Blue C M Y K H S L
Decimal 157 238 246 0.36 0.03 0 0.04 185.39 0.83 0.79
Hex 9D EE F6 24 3 0 4 B9 53 4F
Octal 235 356 366 44 3 0 4 271 123 117
Binary 10011101 11101110 11110110 100100 11 0 100 10111001 1010011 1001111

Color Harmonies of #9DEEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEEF6

Black with #9DEEF6

Text Example


Text Example

White with #9DEEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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