#A0DCE6

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

Shades of Charlotte #A0DCE6

Tints of Charlotte #A0DCE6

Color information

#A0DCE6 (or 0xA0DCE6) is unknown color: approx Charlotte. HEX triplet: A0, DC and E6. RGB value is (160,220,230). Sum of RGB (Red+Green+Blue) = 160+220+230=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #A0DCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCE6 is #5F2319. Grayscale: #CBCBCB. Windows color (decimal): -6234906 or 15129760. OLE color: 15129760.

HSL color Cylindrical-coordinate representation of color #A0DCE6: hue angle of 188.57º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DCE6 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB160220230-
CMYK0.300.0400.10
HSL188.57º58.33%76.47%-
HSV(B)188.57º30.43%90.2%-
XYZ54.3764.3784.42-
YUV203.2143.1297.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.23%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=26.23%
G=36.07%
B=37.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1602202300.300.0400.10188.5758.3376.47
HexA0DCE61E40Abd3a4c
Octal24033434636401227572114
Binary1010000011011100111001101111010001010101111011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DCE6; }

 p { color: rgb(160,220,230); }

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

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

 a { background-color: rgb(160,220,230); }

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

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

 span { border-color: rgb(160,220,230); }

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