Html Css Color HEX #9DE4EB Blizzard Blue

📋 copy color: '#9DE4EB'

red 157 ◦ green 228 ◦ blue 235

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

Shades of Blizzard Blue #9DE4EB

Tints of Blizzard Blue #9DE4EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.9%

R = 25.32%
G = 36.77%
B = 37.9%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DE4EB (or 0x9DE4EB) is known color: Blizzard Blue. HEX triplet: 9D, E4 and EB. RGB value is (157,228,235). Sum of RGB (Red+Green+Blue) = 157+228+235=620 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.32% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DE4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE4EB is #621B14. Grayscale: #CFCFCF. Windows color (decimal): -6429461 or 15459485. OLE color: 15459485.

HSL color Cylindrical-coordinate representation of color #9DE4EB: hue angle of 185.38º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE4EB is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 228 235 -
CMYK 0.33 0.03 0 0.08
HSL 185.38º 0.66% 0.77% -
HSV(B) 185.38º 0.33% 0.92% -
XYZ 56.64 68.65 88.86 -
YUV 207.57 143.48 91.93 -
System Red Green Blue C M Y K H S L
Decimal 157 228 235 0.33 0.03 0 0.08 185.38 0.66 0.77
Hex 9D E4 EB 21 3 0 8 B9 42 4D
Octal 235 344 353 41 3 0 10 271 102 115
Binary 10011101 11100100 11101011 100001 11 0 1000 10111001 1000010 1001101

Color Harmonies of #9DE4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE4EB

Black with #9DE4EB

Text Example


Text Example

White with #9DE4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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