#99D8CD

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

Shades of Sinbad #99D8CD

Tints of Sinbad #99D8CD

Color information

#99D8CD (or 0x99D8CD) is unknown color: approx Sinbad. HEX triplet: 99, D8 and CD. RGB value is (153,216,205). Sum of RGB (Red+Green+Blue) = 153+216+205=574 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.66% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D8CD is #662732. Grayscale: #C3C3C3. Windows color (decimal): -6694707 or 13490329. OLE color: 13490329.

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

Color convert

RGB153216205-
CMYK0.2900.050.15
HSL169.52º44.68%72.35%-
HSV(B)169.52º29.17%84.71%-
XYZ48.7160.2966.83-
YUV195.91133.1397.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.66%
GREEN value IS 216 (84.77% from 255) = 37.63%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=26.66%
G=37.63%
B=35.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532162050.2900.050.15169.5244.6872.35
Hex99D8CD1D05Faa2d48
Octal23133031535051725255110
Binary1001100111011000110011011110101011111101010101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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