#9FECDD

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

Shades of Ice Cold #9FECDD

Tints of Ice Cold #9FECDD

Color information

#9FECDD (or 0x9FECDD) is unknown color: approx Ice Cold. HEX triplet: 9F, EC and DD. RGB value is (159,236,221). Sum of RGB (Red+Green+Blue) = 159+236+221=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECDD is #601322. Grayscale: #D3D3D3. Windows color (decimal): -6296355 or 14544031. OLE color: 14544031.

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

Color convert

RGB159236221-
CMYK0.3300.060.07
HSL168.31º66.96%77.45%-
HSV(B)168.31º32.63%92.55%-
XYZ57.3472.5879.39-
YUV211.27133.4990.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.81%
GREEN value IS 236 (92.58% from 255) = 38.31%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=25.81%
G=38.31%
B=35.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592362210.3300.060.07168.3166.9677.45
Hex9FECDD21067a8434d
Octal23735433541067250103115
Binary10011111111011001101110110000101101111010100010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,236,221); }

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

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

 a { background-color: rgb(159,236,221); }

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

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

 span { border-color: rgb(159,236,221); }

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