#A6DAE0

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

Shades of Charlotte #A6DAE0

Tints of Charlotte #A6DAE0

Color information

#A6DAE0 (or 0xA6DAE0) is unknown color: approx Charlotte. HEX triplet: A6, DA and E0. RGB value is (166,218,224). Sum of RGB (Red+Green+Blue) = 166+218+224=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DAE0 is #59251F. Grayscale: #CBCBCB. Windows color (decimal): -5842208 or 14736038. OLE color: 14736038.

HSL color Cylindrical-coordinate representation of color #A6DAE0: hue angle of 186.21º 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 #A6DAE0 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB166218224-
CMYK0.260.0300.12
HSL186.21º48.33%76.47%-
HSV(B)186.21º25.89%87.84%-
XYZ54.2563.6379.94-
YUV203.14139.77101.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.30%
GREEN value IS 218 (85.55% from 255) = 35.86%
BLUE value IS 224 (87.89% from 255) = 36.84%
R=27.30%
G=35.86%
B=36.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662182240.260.0300.12186.2148.3376.47
HexA6DAE01A30Cba304c
Octal24633234032301427260114
Binary101001101101101011100000110101101100101110101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DAE0; }

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

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

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

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

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

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

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

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