#A0DCEA

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

Shades of Charlotte #A0DCEA

Tints of Charlotte #A0DCEA

Color information

#A0DCEA (or 0xA0DCEA) is unknown color: approx Charlotte. HEX triplet: A0, DC and EA. RGB value is (160,220,234). Sum of RGB (Red+Green+Blue) = 160+220+234=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCEA is #5F2315. Grayscale: #CBCBCB. Windows color (decimal): -6234902 or 15391904. OLE color: 15391904.

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

Color convert

RGB160220234-
CMYK0.320.0600.08
HSL191.35º63.79%77.25%-
HSV(B)191.35º31.62%91.76%-
XYZ54.9464.687.42-
YUV203.66145.1296.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.06%
GREEN value IS 220 (86.33% from 255) = 35.83%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=26.06%
G=35.83%
B=38.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602202340.320.0600.08191.3563.7977.25
HexA0DCEA20608bf404d
Octal240334352406010277100115
Binary101000001101110011101010100000110010001011111110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DCEA; }

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

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

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

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

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

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

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

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