#A6DDE3

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

Shades of Charlotte #A6DDE3

Tints of Charlotte #A6DDE3

Color information

#A6DDE3 (or 0xA6DDE3) is unknown color: approx Charlotte. HEX triplet: A6, DD and E3. RGB value is (166,221,227). Sum of RGB (Red+Green+Blue) = 166+221+227=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 227 - color contains mainly: blue. Hex color #A6DDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDE3 is #59221C. Grayscale: #CDCDCD. Windows color (decimal): -5841437 or 14933414. OLE color: 14933414.

HSL color Cylindrical-coordinate representation of color #A6DDE3: hue angle of 185.9º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6DDE3 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB166221227-
CMYK0.270.0300.11
HSL185.9º52.14%77.06%-
HSV(B)185.9º26.87%89.02%-
XYZ55.4565.3782.37-
YUV205.24140.28100.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.04%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 227 (89.06% from 255) = 36.97%
R=27.04%
G=35.99%
B=36.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662212270.270.0300.11185.952.1477.06
HexA6DDE31B30Bba344d
Octal24633534333301327264115
Binary101001101101110111100011110111101011101110101101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDE3; }

 p { color: rgb(166,221,227); }

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

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

 a { background-color: rgb(166,221,227); }

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

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

 span { border-color: rgb(166,221,227); }

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