Html Css Color HEX #9DE4EF Blizzard Blue

📋 copy color: '#9DE4EF'

red 157 ◦ green 228 ◦ blue 239

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

Shades of Blizzard Blue #9DE4EF

Tints of Blizzard Blue #9DE4EF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.54%

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

R = 25.16%
G = 36.54%
B = 38.3%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9DE4EF (or 0x9DE4EF) is known color: Blizzard Blue. HEX triplet: 9D, E4 and EF. RGB value is (157,228,239). Sum of RGB (Red+Green+Blue) = 157+228+239=624 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.16% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DE4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE4EF is #621B10. Grayscale: #CFCFCF. Windows color (decimal): -6429457 or 15721629. OLE color: 15721629.

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

Color convert

RGB 157 228 239 -
CMYK 0.34 0.05 0 0.06
HSL 188.05º 0.72% 0.78% -
HSV(B) 188.05º 0.34% 0.94% -
XYZ 57.23 68.89 91.94 -
YUV 208.03 145.48 91.61 -
System Red Green Blue C M Y K H S L
Decimal 157 228 239 0.34 0.05 0 0.06 188.05 0.72 0.78
Hex 9D E4 EF 22 5 0 6 BC 48 4E
Octal 235 344 357 42 5 0 6 274 110 116
Binary 10011101 11100100 11101111 100010 101 0 110 10111100 1001000 1001110

Color Harmonies of #9DE4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE4EF

Black with #9DE4EF

Text Example


Text Example

White with #9DE4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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