Html Css Color HEX #9DE6EB Blizzard Blue

📋 copy color: '#9DE6EB'

red 157 ◦ green 230 ◦ blue 235

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

Shades of Blizzard Blue #9DE6EB

Tints of Blizzard Blue #9DE6EB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.98%

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

R = 25.24%
G = 36.98%
B = 37.78%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9DE6EB (or 0x9DE6EB) is known color: Blizzard Blue. HEX triplet: 9D, E6 and EB. RGB value is (157,230,235). Sum of RGB (Red+Green+Blue) = 157+230+235=622 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.24% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #9DE6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE6EB is #621914. Grayscale: #D0D0D0. Windows color (decimal): -6428949 or 15459997. OLE color: 15459997.

HSL color Cylindrical-coordinate representation of color #9DE6EB: hue angle of 183.85º 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 #9DE6EB is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 230 235 -
CMYK 0.33 0.02 0 0.08
HSL 183.85º 0.66% 0.77% -
HSV(B) 183.85º 0.33% 0.92% -
XYZ 57.2 69.76 89.05 -
YUV 208.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 157 230 235 0.33 0.02 0 0.08 183.85 0.66 0.77
Hex 9D E6 EB 21 2 0 8 B8 42 4D
Octal 235 346 353 41 2 0 10 270 102 115
Binary 10011101 11100110 11101011 100001 10 0 1000 10111000 1000010 1001101

Color Harmonies of #9DE6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE6EB

Black with #9DE6EB

Text Example


Text Example

White with #9DE6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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