#9FEFDE

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

Shades of Ice Cold #9FEFDE

Tints of Ice Cold #9FEFDE

Color information

#9FEFDE (or 0x9FEFDE) is unknown color: approx Ice Cold. HEX triplet: 9F, EF and DE. RGB value is (159,239,222). Sum of RGB (Red+Green+Blue) = 159+239+222=620 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.65% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFDE is #601021. Grayscale: #D5D5D5. Windows color (decimal): -6295586 or 14610335. OLE color: 14610335.

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

Color convert

RGB159239222-
CMYK0.3300.070.06
HSL167.25º71.43%78.04%-
HSV(B)167.25º33.47%93.73%-
XYZ58.3574.3880.39-
YUV213.1413389.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.65%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=25.65%
G=38.55%
B=35.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592392220.3300.070.06167.2571.4378.04
Hex9FEFDE21076a7474e
Octal23735733641076247107116
Binary10011111111011111101111010000101111101010011110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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