#99DDD5

Color #99DDD5 Sinbad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sinbad #99DDD5

Tints of Sinbad #99DDD5

Color information

#99DDD5 (or 0x99DDD5) is unknown color: approx Sinbad. HEX triplet: 99, DD and D5. RGB value is (153,221,213). Sum of RGB (Red+Green+Blue) = 153+221+213=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #99DDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DDD5 is #66222A. Grayscale: #C7C7C7. Windows color (decimal): -6693419 or 14015897. OLE color: 14015897.

HSL color Cylindrical-coordinate representation of color #99DDD5: hue angle of 172.94º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DDD5 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB153221213-
CMYK0.3100.040.13
HSL172.94º50%73.33%-
HSV(B)172.94º30.77%86.67%-
XYZ5163.2972.48-
YUV199.76135.4794.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.06%
GREEN value IS 221 (86.72% from 255) = 37.65%
BLUE value IS 213 (83.59% from 255) = 36.29%
R=26.06%
G=37.65%
B=36.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532212130.3100.040.13172.945073.33
Hex99DDD51F04Dad3249
Octal23133532537041525562111
Binary1001100111011101110101011111101001101101011011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DDD5; }

 p { color: rgb(153,221,213); }

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

<style>
 a { background-color: #99DDD5; }

 a { background-color: rgb(153,221,213); }

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

<style>
 span { border-color: #99DDD5; }

 span { border-color: rgb(153,221,213); }

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