#9DEDDE

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

Shades of Ice Cold #9DEDDE

Tints of Ice Cold #9DEDDE

Color information

#9DEDDE (or 0x9DEDDE) is unknown color: approx Ice Cold. HEX triplet: 9D, ED and DE. RGB value is (157,237,222). Sum of RGB (Red+Green+Blue) = 157+237+222=616 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.49% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDDE is #621221. Grayscale: #D3D3D3. Windows color (decimal): -6427170 or 14609821. OLE color: 14609821.

HSL color Cylindrical-coordinate representation of color #9DEDDE: hue angle of 168.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDDE is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB157237222-
CMYK0.3400.060.07
HSL168.75º68.97%77.25%-
HSV(B)168.75º33.76%92.94%-
XYZ57.3773.0180.18-
YUV211.3713489.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.49%
GREEN value IS 237 (92.97% from 255) = 38.47%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=25.49%
G=38.47%
B=36.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572372220.3400.060.07168.7568.9777.25
Hex9DEDDE22067a9454d
Octal23535533642067251105115
Binary10011101111011011101111010001001101111010100110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,237,222); }

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

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

 a { background-color: rgb(157,237,222); }

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

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

 span { border-color: rgb(157,237,222); }

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