#A6DDE5

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

Shades of Charlotte #A6DDE5

Tints of Charlotte #A6DDE5

Color information

#A6DDE5 (or 0xA6DDE5) is unknown color: approx Charlotte. HEX triplet: A6, DD and E5. RGB value is (166,221,229). Sum of RGB (Red+Green+Blue) = 166+221+229=616 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.95% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6DDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDE5 is #59221A. Grayscale: #CDCDCD. Windows color (decimal): -5841435 or 15064486. OLE color: 15064486.

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

Color convert

RGB166221229-
CMYK0.280.0300.10
HSL187.62º54.78%77.45%-
HSV(B)187.62º27.51%89.8%-
XYZ55.7365.4883.83-
YUV205.47141.2899.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.95%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 229 (89.84% from 255) = 37.18%
R=26.95%
G=35.88%
B=37.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1662212290.280.0300.10187.6254.7877.45
HexA6DDE51C30Abc374d
Octal24633534534301227467115
Binary101001101101110111100101111001101010101111001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDE5; }

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

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

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

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

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

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

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

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