#9DF1DD

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

Shades of Ice Cold #9DF1DD

Tints of Ice Cold #9DF1DD

Color information

#9DF1DD (or 0x9DF1DD) is unknown color: approx Ice Cold. HEX triplet: 9D, F1 and DD. RGB value is (157,241,221). Sum of RGB (Red+Green+Blue) = 157+241+221=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF1DD is #620E22. Grayscale: #D5D5D5. Windows color (decimal): -6426147 or 14545309. OLE color: 14545309.

HSL color Cylindrical-coordinate representation of color #9DF1DD: hue angle of 165.71º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF1DD is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB157241221-
CMYK0.3500.080.05
HSL165.71º75%78.04%-
HSV(B)165.71º34.85%94.51%-
XYZ58.4175.379.86-
YUV213.6132.1787.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.36%
GREEN value IS 241 (94.53% from 255) = 38.93%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=25.36%
G=38.93%
B=35.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572412210.3500.080.05165.717578.04
Hex9DF1DD23085a64b4e
Octal235361335430105246113116
Binary100111011111000111011101100011010001011010011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,241,221); }

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

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

 a { background-color: rgb(157,241,221); }

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

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

 span { border-color: rgb(157,241,221); }

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