#A8D3CB

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

Shades of Sinbad #A8D3CB

Tints of Sinbad #A8D3CB

Color information

#A8D3CB (or 0xA8D3CB) is unknown color: approx Sinbad. HEX triplet: A8, D3 and CB. RGB value is (168,211,203). Sum of RGB (Red+Green+Blue) = 168+211+203=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D3CB is #572C34. Grayscale: #C5C5C5. Windows color (decimal): -5712949 or 13357992. OLE color: 13357992.

HSL color Cylindrical-coordinate representation of color #A8D3CB: hue angle of 168.84º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D3CB is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB168211203-
CMYK0.2000.040.17
HSL168.84º32.82%74.31%-
HSV(B)168.84º20.38%82.75%-
XYZ50.2259.2365.28-
YUV197.23131.25107.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.87%
GREEN value IS 211 (82.81% from 255) = 36.25%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=28.87%
G=36.25%
B=34.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1682112030.2000.040.17168.8432.8274.31
HexA8D3CB140411a9214a
Octal25032331324042125141112
Binary10101000110100111100101110100010010001101010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D3CB; }

 p { color: rgb(168,211,203); }

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

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

 a { background-color: rgb(168,211,203); }

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

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

 span { border-color: rgb(168,211,203); }

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