#99D3CC

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

Shades of Sinbad #99D3CC

Tints of Sinbad #99D3CC

Color information

#99D3CC (or 0x99D3CC) is unknown color: approx Sinbad. HEX triplet: 99, D3 and CC. RGB value is (153,211,204). Sum of RGB (Red+Green+Blue) = 153+211+204=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 211 - color contains mainly: green. Hex color #99D3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D3CC is #662C33. Grayscale: #C0C0C0. Windows color (decimal): -6695988 or 13423513. OLE color: 13423513.

HSL color Cylindrical-coordinate representation of color #99D3CC: hue angle of 172.76º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D3CC is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB153211204-
CMYK0.2700.030.17
HSL172.76º39.73%71.37%-
HSV(B)172.76º27.49%82.75%-
XYZ47.3357.7265.77-
YUV192.86134.2899.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.94%
GREEN value IS 211 (82.81% from 255) = 37.15%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=26.94%
G=37.15%
B=35.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532112040.2700.030.17172.7639.7371.37
Hex99D3CC1B0311ad2847
Octal23132331433032125550107
Binary1001100111010011110011001101101110001101011011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,211,204); }

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

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

 a { background-color: rgb(153,211,204); }

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

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

 span { border-color: rgb(153,211,204); }

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