#A6DCEB

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

Shades of Charlotte #A6DCEB

Tints of Charlotte #A6DCEB

Color information

#A6DCEB (or 0xA6DCEB) is unknown color: approx Charlotte. HEX triplet: A6, DC and EB. RGB value is (166,220,235). Sum of RGB (Red+Green+Blue) = 166+220+235=621 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.73% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DCEB is #592314. Grayscale: #CDCDCD. Windows color (decimal): -5841685 or 15457446. OLE color: 15457446.

HSL color Cylindrical-coordinate representation of color #A6DCEB: hue angle of 193.04º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6DCEB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166220235-
CMYK0.290.0600.08
HSL193.04º63.3%78.63%-
HSV(B)193.04º29.36%92.16%-
XYZ56.3165.2988.23-
YUV205.56144.6199.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.73%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=26.73%
G=35.43%
B=37.84%

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
Decimal1662202350.290.0600.08193.0463.378.63
HexA6DCEB1D608c13f4f
Octal24633435335601030177117
Binary1010011011011100111010111110111001000110000011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCEB; }

 p { color: rgb(166,220,235); }

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

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

 a { background-color: rgb(166,220,235); }

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

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

 span { border-color: rgb(166,220,235); }

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