#99D5CB

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

Shades of Sinbad #99D5CB

Tints of Sinbad #99D5CB

Color information

#99D5CB (or 0x99D5CB) is unknown color: approx Sinbad. HEX triplet: 99, D5 and CB. RGB value is (153,213,203). Sum of RGB (Red+Green+Blue) = 153+213+203=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 213 - color contains mainly: green. Hex color #99D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D5CB is #662A34. Grayscale: #C1C1C1. Windows color (decimal): -6695477 or 13358489. OLE color: 13358489.

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

Color convert

RGB153213203-
CMYK0.2800.050.16
HSL170º41.67%71.76%-
HSV(B)170º28.17%83.53%-
XYZ47.7158.6765.31-
YUV193.92133.1298.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.89%
GREEN value IS 213 (83.59% from 255) = 37.43%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=26.89%
G=37.43%
B=35.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532132030.2800.050.1617041.6771.76
Hex99D5CB1C0510aa2a48
Octal23132531334052025252110
Binary10011001110101011100101111100010110000101010101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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