#A6D0CC

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

Shades of Sinbad #A6D0CC

Tints of Sinbad #A6D0CC

Color information

#A6D0CC (or 0xA6D0CC) is unknown color: approx Sinbad. HEX triplet: A6, D0 and CC. RGB value is (166,208,204). Sum of RGB (Red+Green+Blue) = 166+208+204=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D0CC is #592F33. Grayscale: #C2C2C2. Windows color (decimal): -5844788 or 13422758. OLE color: 13422758.

HSL color Cylindrical-coordinate representation of color #A6D0CC: hue angle of 174.29º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6D0CC is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB166208204-
CMYK0.2000.020.18
HSL174.29º30.88%73.33%-
HSV(B)174.29º20.19%81.57%-
XYZ49.1857.5865.65-
YUV194.99133.09107.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.72%
GREEN value IS 208 (81.64% from 255) = 35.99%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=28.72%
G=35.99%
B=35.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662082040.2000.020.18174.2930.8873.33
HexA6D0CC140212ae1f49
Octal24632031424022225637111
Binary101001101101000011001100101000101001010101110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D0CC; }

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

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

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

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

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

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

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

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