#A6CDC8

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

Shades of Sinbad #A6CDC8

Tints of Sinbad #A6CDC8

Color information

#A6CDC8 (or 0xA6CDC8) is unknown color: approx Sinbad. HEX triplet: A6, CD and C8. RGB value is (166,205,200). Sum of RGB (Red+Green+Blue) = 166+205+200=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDC8 is #593237. Grayscale: #C0C0C0. Windows color (decimal): -5845560 or 13159846. OLE color: 13159846.

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

Color convert

RGB166205200-
CMYK0.1900.020.20
HSL172.31º28.06%72.75%-
HSV(B)172.31º19.02%80.39%-
XYZ47.9855.9462.91-
YUV192.77132.08108.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.07%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 200 (78.52% from 255) = 35.03%
R=29.07%
G=35.90%
B=35.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662052000.1900.020.20172.3128.0672.75
HexA6CDC8130214ac1c49
Octal24631531023022425434111
Binary101001101100110111001000100110101010010101100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CDC8; }

 p { color: rgb(166,205,200); }

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

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

 a { background-color: rgb(166,205,200); }

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

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

 span { border-color: rgb(166,205,200); }

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