#9FECDA

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

Shades of Ice Cold #9FECDA

Tints of Ice Cold #9FECDA

Color information

#9FECDA (or 0x9FECDA) is unknown color: approx Ice Cold. HEX triplet: 9F, EC and DA. RGB value is (159,236,218). Sum of RGB (Red+Green+Blue) = 159+236+218=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 218 (85.55% from 255 or 35.56% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECDA is #601325. Grayscale: #D2D2D2. Windows color (decimal): -6296358 or 14347423. OLE color: 14347423.

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

Color convert

RGB159236218-
CMYK0.3300.080.07
HSL165.97º66.96%77.45%-
HSV(B)165.97º32.63%92.55%-
XYZ56.9572.4277.31-
YUV210.92131.9990.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.94%
GREEN value IS 236 (92.58% from 255) = 38.50%
BLUE value IS 218 (85.55% from 255) = 35.56%
R=25.94%
G=38.50%
B=35.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592362180.3300.080.07165.9766.9677.45
Hex9FECDA21087a6434d
Octal237354332410107246103115
Binary100111111110110011011010100001010001111010011010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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