#9FE4DB

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

Shades of Ice Cold #9FE4DB

Tints of Ice Cold #9FE4DB

Color information

#9FE4DB (or 0x9FE4DB) is unknown color: approx Ice Cold. HEX triplet: 9F, E4 and DB. RGB value is (159,228,219). Sum of RGB (Red+Green+Blue) = 159+228+219=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE4DB is #601B24. Grayscale: #CECECE. Windows color (decimal): -6298405 or 14410911. OLE color: 14410911.

HSL color Cylindrical-coordinate representation of color #9FE4DB: hue angle of 172.17º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE4DB is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB159228219-
CMYK0.3000.040.11
HSL172.17º56.1%75.88%-
HSV(B)172.17º30.26%89.41%-
XYZ54.8367.9777.25-
YUV206.34135.1494.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.24%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=26.24%
G=37.62%
B=36.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592282190.3000.040.11172.1756.175.88
Hex9FE4DB1E04Bac384c
Octal23734433336041325470114
Binary1001111111100100110110111111001001011101011001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,228,219); }

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

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

 a { background-color: rgb(159,228,219); }

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

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

 span { border-color: rgb(159,228,219); }

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