#9DE9DB

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

Shades of Ice Cold #9DE9DB

Tints of Ice Cold #9DE9DB

Color information

#9DE9DB (or 0x9DE9DB) is unknown color: approx Ice Cold. HEX triplet: 9D, E9 and DB. RGB value is (157,233,219). Sum of RGB (Red+Green+Blue) = 157+233+219=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DE9DB is #621624. Grayscale: #D0D0D0. Windows color (decimal): -6428197 or 14412189. OLE color: 14412189.

HSL color Cylindrical-coordinate representation of color #9DE9DB: hue angle of 168.95º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DE9DB is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB157233219-
CMYK0.3300.060.09
HSL168.95º63.33%76.47%-
HSV(B)168.95º32.62%91.37%-
XYZ55.8370.5677.69-
YUV208.68133.8291.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.78%
GREEN value IS 233 (91.41% from 255) = 38.26%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=25.78%
G=38.26%
B=35.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572332190.3300.060.09168.9563.3376.47
Hex9DE9DB21069a93f4c
Octal23535133341061125177114
Binary10011101111010011101101110000101101001101010011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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