#99D7CC

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

Shades of Sinbad #99D7CC

Tints of Sinbad #99D7CC

Color information

#99D7CC (or 0x99D7CC) is unknown color: approx Sinbad. HEX triplet: 99, D7 and CC. RGB value is (153,215,204). Sum of RGB (Red+Green+Blue) = 153+215+204=572 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.75% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D7CC is #662833. Grayscale: #C3C3C3. Windows color (decimal): -6694964 or 13424537. OLE color: 13424537.

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

Color convert

RGB153215204-
CMYK0.2900.050.16
HSL169.35º43.66%72.16%-
HSV(B)169.35º28.84%84.31%-
XYZ48.3459.7366.11-
YUV195.21132.9697.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.75%
GREEN value IS 215 (84.38% from 255) = 37.59%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=26.75%
G=37.59%
B=35.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532152040.2900.050.16169.3543.6672.16
Hex99D7CC1D0510a92c48
Octal23132731435052025154110
Binary10011001110101111100110011101010110000101010011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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