#A6DDEC

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

Shades of Charlotte #A6DDEC

Tints of Charlotte #A6DDEC

Color information

#A6DDEC (or 0xA6DDEC) is unknown color: approx Charlotte. HEX triplet: A6, DD and EC. RGB value is (166,221,236). Sum of RGB (Red+Green+Blue) = 166+221+236=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6DDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DDEC is #592213. Grayscale: #CECECE. Windows color (decimal): -5841428 or 15523238. OLE color: 15523238.

HSL color Cylindrical-coordinate representation of color #A6DDEC: hue angle of 192.86º degrees, saturation: 0.65, 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 #A6DDEC is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166221236-
CMYK0.300.0600.07
HSL192.86º64.81%78.82%-
HSV(B)192.86º29.66%92.55%-
XYZ56.7265.8889.08-
YUV206.26144.7899.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.65%
GREEN value IS 221 (86.72% from 255) = 35.47%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=26.65%
G=35.47%
B=37.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662212360.300.0600.07192.8664.8178.82
HexA6DDEC1E607c1414f
Octal24633535436607301101117
Binary1010011011011101111011001111011001111100000110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDEC; }

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

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

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

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

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

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

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

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