#A6DBEA

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

Shades of Charlotte #A6DBEA

Tints of Charlotte #A6DBEA

Color information

#A6DBEA (or 0xA6DBEA) is unknown color: approx Charlotte. HEX triplet: A6, DB and EA. RGB value is (166,219,234). Sum of RGB (Red+Green+Blue) = 166+219+234=619 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.82% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBEA is #592415. Grayscale: #CCCCCC. Windows color (decimal): -5841942 or 15391654. OLE color: 15391654.

HSL color Cylindrical-coordinate representation of color #A6DBEA: hue angle of 193.24º 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 #A6DBEA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166219234-
CMYK0.290.0600.08
HSL193.24º61.82%78.43%-
HSV(B)193.24º29.06%91.76%-
XYZ55.9164.7187.39-
YUV204.86144.44100.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.82%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=26.82%
G=35.38%
B=37.80%

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
Decimal1662192340.290.0600.08193.2461.8278.43
HexA6DBEA1D608c13e4e
Octal24633335235601030176116
Binary1010011011011011111010101110111001000110000011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DBEA; }

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

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

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

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

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

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

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

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