#99D9CD

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

Shades of Sinbad #99D9CD

Tints of Sinbad #99D9CD

Color information

#99D9CD (or 0x99D9CD) is unknown color: approx Sinbad. HEX triplet: 99, D9 and CD. RGB value is (153,217,205). Sum of RGB (Red+Green+Blue) = 153+217+205=575 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.61% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #99D9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D9CD is #662632. Grayscale: #C4C4C4. Windows color (decimal): -6694451 or 13490585. OLE color: 13490585.

HSL color Cylindrical-coordinate representation of color #99D9CD: hue angle of 168.75º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D9CD is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB153217205-
CMYK0.2900.060.15
HSL168.75º45.71%72.55%-
HSV(B)168.75º29.49%85.1%-
XYZ48.9760.8166.91-
YUV196.5132.896.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.61%
GREEN value IS 217 (85.16% from 255) = 37.74%
BLUE value IS 205 (80.47% from 255) = 35.65%
R=26.61%
G=37.74%
B=35.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532172050.2900.060.15168.7545.7172.55
Hex99D9CD1D06Fa92e49
Octal23133131535061725156111
Binary1001100111011001110011011110101101111101010011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,217,205); }

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

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

 a { background-color: rgb(153,217,205); }

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

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

 span { border-color: rgb(153,217,205); }

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