#9FEBDC

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

Shades of Ice Cold #9FEBDC

Tints of Ice Cold #9FEBDC

Color information

#9FEBDC (or 0x9FEBDC) is unknown color: approx Ice Cold. HEX triplet: 9F, EB and DC. RGB value is (159,235,220). Sum of RGB (Red+Green+Blue) = 159+235+220=614 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.90% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBDC is #601423. Grayscale: #D2D2D2. Windows color (decimal): -6296612 or 14478239. OLE color: 14478239.

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

Color convert

RGB159235220-
CMYK0.3200.060.08
HSL168.16º65.52%77.25%-
HSV(B)168.16º32.34%92.16%-
XYZ56.9271.9578.6-
YUV210.57133.3291.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.90%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=25.90%
G=38.27%
B=35.83%

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
Decimal1592352200.3200.060.08168.1665.5277.25
Hex9FEBDC20068a8424d
Octal237353334400610250102115
Binary100111111110101111011100100000011010001010100010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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