#A6DDED

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

Shades of Charlotte #A6DDED

Tints of Charlotte #A6DDED

Color information

#A6DDED (or 0xA6DDED) is unknown color: approx Charlotte. HEX triplet: A6, DD and ED. RGB value is (166,221,237). Sum of RGB (Red+Green+Blue) = 166+221+237=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DDED is #592212. Grayscale: #CECECE. Windows color (decimal): -5841427 or 15588774. OLE color: 15588774.

HSL color Cylindrical-coordinate representation of color #A6DDED: hue angle of 193.52º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6DDED is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166221237-
CMYK0.300.0700.07
HSL193.52º66.36%79.02%-
HSV(B)193.52º29.96%92.94%-
XYZ56.8765.9389.85-
YUV206.38145.2899.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.60%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=26.60%
G=35.42%
B=37.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662212370.300.0700.07193.5266.3679.02
HexA6DDED1E707c2424f
Octal24633535536707302102117
Binary1010011011011101111011011111011101111100001010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDED; }

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

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

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

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

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

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

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

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