#99D7CB

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

Shades of Sinbad #99D7CB

Tints of Sinbad #99D7CB

Color information

#99D7CB (or 0x99D7CB) is unknown color: approx Sinbad. HEX triplet: 99, D7 and CB. RGB value is (153,215,203). Sum of RGB (Red+Green+Blue) = 153+215+203=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D7CB is #662834. Grayscale: #C3C3C3. Windows color (decimal): -6694965 or 13359001. OLE color: 13359001.

HSL color Cylindrical-coordinate representation of color #99D7CB: hue angle of 168.39º 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 #99D7CB is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB153215203-
CMYK0.2900.060.16
HSL168.39º43.66%72.16%-
HSV(B)168.39º28.84%84.31%-
XYZ48.2259.6865.48-
YUV195.09132.4697.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.80%
GREEN value IS 215 (84.38% from 255) = 37.65%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=26.80%
G=37.65%
B=35.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532152030.2900.060.16168.3943.6672.16
Hex99D7CB1D0610a82c48
Octal23132731335062025054110
Binary10011001110101111100101111101011010000101010001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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