#9DEBDC

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

Shades of Ice Cold #9DEBDC

Tints of Ice Cold #9DEBDC

Color information

#9DEBDC (or 0x9DEBDC) is unknown color: approx Ice Cold. HEX triplet: 9D, EB and DC. RGB value is (157,235,220). Sum of RGB (Red+Green+Blue) = 157+235+220=612 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.65% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #9DEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEBDC is #621423. Grayscale: #D1D1D1. Windows color (decimal): -6427684 or 14478237. OLE color: 14478237.

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

Color convert

RGB157235220-
CMYK0.3300.060.08
HSL168.46º66.1%76.86%-
HSV(B)168.46º33.19%92.16%-
XYZ56.5371.7578.58-
YUV209.97133.6690.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.65%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=25.65%
G=38.40%
B=35.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572352200.3300.060.08168.4666.176.86
Hex9DEBDC21068a8424d
Octal235353334410610250102115
Binary100111011110101111011100100001011010001010100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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