#9FEFDB

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

Shades of Ice Cold #9FEFDB

Tints of Ice Cold #9FEFDB

Color information

#9FEFDB (or 0x9FEFDB) is unknown color: approx Ice Cold. HEX triplet: 9F, EF and DB. RGB value is (159,239,219). Sum of RGB (Red+Green+Blue) = 159+239+219=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFDB is #601024. Grayscale: #D4D4D4. Windows color (decimal): -6295589 or 14413727. OLE color: 14413727.

HSL color Cylindrical-coordinate representation of color #9FEFDB: hue angle of 165º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFDB is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB159239219-
CMYK0.3300.080.06
HSL165º71.43%78.04%-
HSV(B)165º33.47%93.73%-
XYZ57.9574.2278.29-
YUV212.8131.589.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.77%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=25.77%
G=38.74%
B=35.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592392190.3300.080.0616571.4378.04
Hex9FEFDB21086a5474e
Octal237357333410106245107116
Binary100111111110111111011011100001010001101010010110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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