#9FE6DB

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

Shades of Ice Cold #9FE6DB

Tints of Ice Cold #9FE6DB

Color information

#9FE6DB (or 0x9FE6DB) is unknown color: approx Ice Cold. HEX triplet: 9F, E6 and DB. RGB value is (159,230,219). Sum of RGB (Red+Green+Blue) = 159+230+219=608 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.15% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE6DB is #601924. Grayscale: #CFCFCF. Windows color (decimal): -6297893 or 14411423. OLE color: 14411423.

HSL color Cylindrical-coordinate representation of color #9FE6DB: hue angle of 170.7º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE6DB is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB159230219-
CMYK0.3100.050.10
HSL170.7º58.68%76.27%-
HSV(B)170.7º30.87%90.2%-
XYZ55.3869.0877.43-
YUV207.52134.4893.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.15%
GREEN value IS 230 (90.23% from 255) = 37.83%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=26.15%
G=37.83%
B=36.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1592302190.3100.050.10170.758.6876.27
Hex9FE6DB1F05Aab3b4c
Octal23734633337051225373114
Binary1001111111100110110110111111101011010101010111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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