#A6DCEA

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

Shades of Charlotte #A6DCEA

Tints of Charlotte #A6DCEA

Color information

#A6DCEA (or 0xA6DCEA) is unknown color: approx Charlotte. HEX triplet: A6, DC and EA. RGB value is (166,220,234). Sum of RGB (Red+Green+Blue) = 166+220+234=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCEA is #592315. Grayscale: #CDCDCD. Windows color (decimal): -5841686 or 15391910. OLE color: 15391910.

HSL color Cylindrical-coordinate representation of color #A6DCEA: hue angle of 192.35º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6DCEA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166220234-
CMYK0.290.0600.08
HSL192.35º61.82%78.43%-
HSV(B)192.35º29.06%91.76%-
XYZ56.1765.2387.47-
YUV205.45144.1199.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.77%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=26.77%
G=35.48%
B=37.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662202340.290.0600.08192.3561.8278.43
HexA6DCEA1D608c03e4e
Octal24633435235601030076116
Binary1010011011011100111010101110111001000110000001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCEA; }

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

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

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

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

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

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

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

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