#A6DAE6

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

Shades of Charlotte #A6DAE6

Tints of Charlotte #A6DAE6

Color information

#A6DAE6 (or 0xA6DAE6) is unknown color: approx Charlotte. HEX triplet: A6, DA and E6. RGB value is (166,218,230). Sum of RGB (Red+Green+Blue) = 166+218+230=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #A6DAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DAE6 is #592519. Grayscale: #CBCBCB. Windows color (decimal): -5842202 or 15129254. OLE color: 15129254.

HSL color Cylindrical-coordinate representation of color #A6DAE6: hue angle of 191.25º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6DAE6 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB166218230-
CMYK0.280.0500.10
HSL191.25º56.14%77.65%-
HSV(B)191.25º27.83%90.2%-
XYZ55.0863.9684.31-
YUV203.82142.77101.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 230 (90.23% from 255) = 37.46%
R=27.04%
G=35.50%
B=37.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1662182300.280.0500.10191.2556.1477.65
HexA6DAE61C50Abf384e
Octal24633234634501227770116
Binary1010011011011010111001101110010101010101111111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DAE6; }

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

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

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

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

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

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

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

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