#A1D0C6

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

Shades of Sinbad #A1D0C6

Tints of Sinbad #A1D0C6

Color information

#A1D0C6 (or 0xA1D0C6) is unknown color: approx Sinbad. HEX triplet: A1, D0 and C6. RGB value is (161,208,198). Sum of RGB (Red+Green+Blue) = 161+208+198=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D0C6 is #5E2F39. Grayscale: #C0C0C0. Windows color (decimal): -6172474 or 13029537. OLE color: 13029537.

HSL color Cylindrical-coordinate representation of color #A1D0C6: hue angle of 167.23º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D0C6 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB161208198-
CMYK0.2300.050.18
HSL167.23º33.33%72.35%-
HSV(B)167.23º22.6%81.57%-
XYZ47.4556.7761.88-
YUV192.81130.93105.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.40%
GREEN value IS 208 (81.64% from 255) = 36.68%
BLUE value IS 198 (77.73% from 255) = 34.92%
R=28.40%
G=36.68%
B=34.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612081980.2300.050.18167.2333.3372.35
HexA1D0C6170512a72148
Octal24132030627052224741110
Binary10100001110100001100011010111010110010101001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0C6; }

 p { color: rgb(161,208,198); }

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

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

 a { background-color: rgb(161,208,198); }

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

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

 span { border-color: rgb(161,208,198); }

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