#99D1CB

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

Shades of Sinbad #99D1CB

Tints of Sinbad #99D1CB

Color information

#99D1CB (or 0x99D1CB) is unknown color: approx Sinbad. HEX triplet: 99, D1 and CB. RGB value is (153,209,203). Sum of RGB (Red+Green+Blue) = 153+209+203=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 209 - color contains mainly: green. Hex color #99D1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D1CB is #662E34. Grayscale: #BFBFBF. Windows color (decimal): -6696501 or 13357465. OLE color: 13357465.

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

Color convert

RGB153209203-
CMYK0.2700.030.18
HSL173.57º37.84%70.98%-
HSV(B)173.57º26.79%81.96%-
XYZ46.7256.6964.98-
YUV191.57134.45100.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.08%
GREEN value IS 209 (82.03% from 255) = 36.99%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=27.08%
G=36.99%
B=35.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532092030.2700.030.18173.5737.8470.98
Hex99D1CB1B0312ae2647
Octal23132131333032225646107
Binary1001100111010001110010111101101110010101011101001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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