Html Css Color HEX #9DE8EF Blizzard Blue

📋 copy color: '#9DE8EF'

red 157 ◦ green 232 ◦ blue 239

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

Shades of Blizzard Blue #9DE8EF

Tints of Blizzard Blue #9DE8EF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 36.94%

 BLUE value IS 239 (93.75% from 255) = 38.06%

R = 25%
G = 36.94%
B = 38.06%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9DE8EF (or 0x9DE8EF) is known color: Blizzard Blue. HEX triplet: 9D, E8 and EF. RGB value is (157,232,239). Sum of RGB (Red+Green+Blue) = 157+232+239=628 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25% from 628); Green value is 232 (91.02% from 255 or 36.94% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DE8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE8EF is #621710. Grayscale: #D2D2D2. Windows color (decimal): -6428433 or 15722653. OLE color: 15722653.

HSL color Cylindrical-coordinate representation of color #9DE8EF: hue angle of 185.12º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DE8EF is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 232 239 -
CMYK 0.34 0.03 0 0.06
HSL 185.12º 0.72% 0.78% -
HSV(B) 185.12º 0.34% 0.94% -
XYZ 58.34 71.11 92.31 -
YUV 210.37 144.15 89.93 -
System Red Green Blue C M Y K H S L
Decimal 157 232 239 0.34 0.03 0 0.06 185.12 0.72 0.78
Hex 9D E8 EF 22 3 0 6 B9 48 4E
Octal 235 350 357 42 3 0 6 271 110 116
Binary 10011101 11101000 11101111 100010 11 0 110 10111001 1001000 1001110

Color Harmonies of #9DE8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE8EF

Black with #9DE8EF

Text Example


Text Example

White with #9DE8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,232,239); }

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

background-color css

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

 a { background-color: rgb(157,232,239); }

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

border-color css

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

 span { border-color: rgb(157,232,239); }

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