#A6DDDF

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

Shades of Charlotte #A6DDDF

Tints of Charlotte #A6DDDF

Color information

#A6DDDF (or 0xA6DDDF) is unknown color: approx Charlotte. HEX triplet: A6, DD and DF. RGB value is (166,221,223). Sum of RGB (Red+Green+Blue) = 166+221+223=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDDF is #592220. Grayscale: #CCCCCC. Windows color (decimal): -5841441 or 14671270. OLE color: 14671270.

HSL color Cylindrical-coordinate representation of color #A6DDDF: hue angle of 182.11º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DDDF is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166221223-
CMYK0.260.0100.13
HSL182.11º47.11%76.27%-
HSV(B)182.11º25.56%87.45%-
XYZ54.965.1579.49-
YUV204.78138.28100.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.21%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=27.21%
G=36.23%
B=36.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662212230.260.0100.13182.1147.1176.27
HexA6DDDF1A10Db62f4c
Octal24633533732101526657114
Binary10100110110111011101111111010101101101101101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDDF; }

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

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

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

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

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

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

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

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