#9FE9DD

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

Shades of Ice Cold #9FE9DD

Tints of Ice Cold #9FE9DD

Color information

#9FE9DD (or 0x9FE9DD) is unknown color: approx Ice Cold. HEX triplet: 9F, E9 and DD. RGB value is (159,233,221). Sum of RGB (Red+Green+Blue) = 159+233+221=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE9DD is #601622. Grayscale: #D1D1D1. Windows color (decimal): -6297123 or 14543263. OLE color: 14543263.

HSL color Cylindrical-coordinate representation of color #9FE9DD: hue angle of 170.27º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FE9DD is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB159233221-
CMYK0.3200.050.09
HSL170.27º62.71%76.86%-
HSV(B)170.27º31.76%91.37%-
XYZ56.4970.8779.11-
YUV209.51134.4891.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.94%
GREEN value IS 233 (91.41% from 255) = 38.01%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=25.94%
G=38.01%
B=36.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592332210.3200.050.09170.2762.7176.86
Hex9FE9DD20059aa3f4d
Octal23735133540051125277115
Binary10011111111010011101110110000001011001101010101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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