#9FEBDE

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

Shades of Ice Cold #9FEBDE

Tints of Ice Cold #9FEBDE

Color information

#9FEBDE (or 0x9FEBDE) is unknown color: approx Ice Cold. HEX triplet: 9F, EB and DE. RGB value is (159,235,222). Sum of RGB (Red+Green+Blue) = 159+235+222=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBDE is #601421. Grayscale: #D2D2D2. Windows color (decimal): -6296610 or 14609311. OLE color: 14609311.

HSL color Cylindrical-coordinate representation of color #9FEBDE: hue angle of 169.74º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBDE is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB159235222-
CMYK0.3200.060.08
HSL169.74º65.52%77.25%-
HSV(B)169.74º32.34%92.16%-
XYZ57.1972.0680-
YUV210.79134.3291.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.81%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 222 (87.11% from 255) = 36.04%
R=25.81%
G=38.15%
B=36.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592352220.3200.060.08169.7465.5277.25
Hex9FEBDE20068aa424d
Octal237353336400610252102115
Binary100111111110101111011110100000011010001010101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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