#A6DDEA

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

Shades of Charlotte #A6DDEA

Tints of Charlotte #A6DDEA

Color information

#A6DDEA (or 0xA6DDEA) is unknown color: approx Charlotte. HEX triplet: A6, DD and EA. RGB value is (166,221,234). Sum of RGB (Red+Green+Blue) = 166+221+234=621 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.73% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6DDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DDEA is #592215. Grayscale: #CDCDCD. Windows color (decimal): -5841430 or 15392166. OLE color: 15392166.

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

Color convert

RGB166221234-
CMYK0.290.0600.08
HSL191.47º61.82%78.43%-
HSV(B)191.47º29.06%91.76%-
XYZ56.4365.7687.56-
YUV206.04143.7899.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.73%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=26.73%
G=35.59%
B=37.68%

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
Decimal1662212340.290.0600.08191.4761.8278.43
HexA6DDEA1D608bf3e4e
Octal24633535235601027776116
Binary1010011011011101111010101110111001000101111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDEA; }

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

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

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

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

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

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

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

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