#A0CDC9

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

Shades of Sinbad #A0CDC9

Tints of Sinbad #A0CDC9

Color information

#A0CDC9 (or 0xA0CDC9) is unknown color: approx Sinbad. HEX triplet: A0, CD and C9. RGB value is (160,205,201). Sum of RGB (Red+Green+Blue) = 160+205+201=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDC9 is #5F3236. Grayscale: #BFBFBF. Windows color (decimal): -6238775 or 13225376. OLE color: 13225376.

HSL color Cylindrical-coordinate representation of color #A0CDC9: hue angle of 174.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0CDC9 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB160205201-
CMYK0.2200.020.20
HSL174.67º31.03%71.57%-
HSV(B)174.67º21.95%80.39%-
XYZ46.8755.3563.47-
YUV191.09133.59105.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.27%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 201 (78.91% from 255) = 35.51%
R=28.27%
G=36.22%
B=35.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1602052010.2200.020.20174.6731.0371.57
HexA0CDC9160214af1f48
Octal24031531126022425737110
Binary101000001100110111001001101100101010010101111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDC9; }

 p { color: rgb(160,205,201); }

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

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

 a { background-color: rgb(160,205,201); }

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

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

 span { border-color: rgb(160,205,201); }

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