#9DEFE1

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

Shades of Ice Cold #9DEFE1

Tints of Ice Cold #9DEFE1

Color information

#9DEFE1 (or 0x9DEFE1) is unknown color: approx Ice Cold. HEX triplet: 9D, EF and E1. RGB value is (157,239,225). Sum of RGB (Red+Green+Blue) = 157+239+225=621 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.28% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEFE1 is #62101E. Grayscale: #D4D4D4. Windows color (decimal): -6426655 or 14806941. OLE color: 14806941.

HSL color Cylindrical-coordinate representation of color #9DEFE1: hue angle of 169.76º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEFE1 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB157239225-
CMYK0.3400.060.06
HSL169.76º71.93%77.65%-
HSV(B)169.76º34.31%93.73%-
XYZ58.3674.3482.51-
YUV212.89134.8388.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.28%
GREEN value IS 239 (93.75% from 255) = 38.49%
BLUE value IS 225 (88.28% from 255) = 36.23%
R=25.28%
G=38.49%
B=36.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572392250.3400.060.06169.7671.9377.65
Hex9DEFE122066aa484e
Octal23535734142066252110116
Binary10011101111011111110000110001001101101010101010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,239,225); }

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

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

 a { background-color: rgb(157,239,225); }

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

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

 span { border-color: rgb(157,239,225); }

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