#A1D0CC

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

Shades of Sinbad #A1D0CC

Tints of Sinbad #A1D0CC

Color information

#A1D0CC (or 0xA1D0CC) is unknown color: approx Sinbad. HEX triplet: A1, D0 and CC. RGB value is (161,208,204). Sum of RGB (Red+Green+Blue) = 161+208+204=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D0CC is #5E2F33. Grayscale: #C1C1C1. Windows color (decimal): -6172468 or 13422753. OLE color: 13422753.

HSL color Cylindrical-coordinate representation of color #A1D0CC: hue angle of 174.89º 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 #A1D0CC is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB161208204-
CMYK0.2300.020.18
HSL174.89º33.33%72.35%-
HSV(B)174.89º22.6%81.57%-
XYZ48.1557.0565.6-
YUV193.49133.93104.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.10%
GREEN value IS 208 (81.64% from 255) = 36.30%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=28.10%
G=36.30%
B=35.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612082040.2300.020.18174.8933.3372.35
HexA1D0CC170212af2148
Octal24132031427022225741110
Binary1010000111010000110011001011101010010101011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0CC; }

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

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

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

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

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

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

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

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