#9DE6DB

Color #9DE6DB Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #9DE6DB

Tints of Ice Cold #9DE6DB

Color information

#9DE6DB (or 0x9DE6DB) is unknown color: approx Ice Cold. HEX triplet: 9D, E6 and DB. RGB value is (157,230,219). Sum of RGB (Red+Green+Blue) = 157+230+219=606 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.91% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #9DE6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE6DB is #621924. Grayscale: #CECECE. Windows color (decimal): -6428965 or 14411421. OLE color: 14411421.

HSL color Cylindrical-coordinate representation of color #9DE6DB: hue angle of 170.96º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DE6DB is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB157230219-
CMYK0.3200.050.10
HSL170.96º59.35%75.88%-
HSV(B)170.96º31.74%90.2%-
XYZ54.9968.8877.41-
YUV206.92134.8292.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.91%
GREEN value IS 230 (90.23% from 255) = 37.95%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=25.91%
G=37.95%
B=36.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1572302190.3200.050.10170.9659.3575.88
Hex9DE6DB2005Aab3b4c
Octal23534633340051225373114
Binary10011101111001101101101110000001011010101010111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DE6DB;
 }
 .AnyTagClassName
 {
   color: #9DE6DB;
 }
</style>
background-color css

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

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

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

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

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

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