#9BE8D9

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

Shades of Ice Cold #9BE8D9

Tints of Ice Cold #9BE8D9

Color information

#9BE8D9 (or 0x9BE8D9) is unknown color: approx Ice Cold. HEX triplet: 9B, E8 and D9. RGB value is (155,232,217). Sum of RGB (Red+Green+Blue) = 155+232+217=604 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.66% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 232 - color contains mainly: green. Hex color #9BE8D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE8D9 is #641726. Grayscale: #CFCFCF. Windows color (decimal): -6559527 or 14280859. OLE color: 14280859.

HSL color Cylindrical-coordinate representation of color #9BE8D9: hue angle of 168.31º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE8D9 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB155232217-
CMYK0.3300.060.09
HSL168.31º62.6%75.88%-
HSV(B)168.31º33.19%90.98%-
XYZ54.969.6976.2-
YUV207.27133.4990.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.66%
GREEN value IS 232 (91.02% from 255) = 38.41%
BLUE value IS 217 (85.16% from 255) = 35.93%
R=25.66%
G=38.41%
B=35.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1552322170.3300.060.09168.3162.675.88
Hex9BE8D921069a83f4c
Octal23335033141061125077114
Binary10011011111010001101100110000101101001101010001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,232,217); }

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

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

 a { background-color: rgb(155,232,217); }

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

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

 span { border-color: rgb(155,232,217); }

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