#A6E0DC

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

Shades of Sinbad #A6E0DC

Tints of Sinbad #A6E0DC

Color information

#A6E0DC (or 0xA6E0DC) is unknown color: approx Sinbad. HEX triplet: A6, E0 and DC. RGB value is (166,224,220). Sum of RGB (Red+Green+Blue) = 166+224+220=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0DC is #591F23. Grayscale: #CECECE. Windows color (decimal): -5840676 or 14475430. OLE color: 14475430.

HSL color Cylindrical-coordinate representation of color #A6E0DC: hue angle of 175.86º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0DC is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB166224220-
CMYK0.2600.020.12
HSL175.86º48.33%76.47%-
HSV(B)175.86º25.89%87.84%-
XYZ55.366.5977.65-
YUV206.2135.7899.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.21%
GREEN value IS 224 (87.89% from 255) = 36.72%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=27.21%
G=36.72%
B=36.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662242200.2600.020.12175.8648.3376.47
HexA6E0DC1A02Cb0304c
Octal24634033432021426060114
Binary101001101110000011011100110100101100101100001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E0DC; }

 p { color: rgb(166,224,220); }

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

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

 a { background-color: rgb(166,224,220); }

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

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

 span { border-color: rgb(166,224,220); }

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