#A2DCEA

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

Shades of Charlotte #A2DCEA

Tints of Charlotte #A2DCEA

Color information

#A2DCEA (or 0xA2DCEA) is unknown color: approx Charlotte. HEX triplet: A2, DC and EA. RGB value is (162,220,234). Sum of RGB (Red+Green+Blue) = 162+220+234=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCEA is #5D2315. Grayscale: #CCCCCC. Windows color (decimal): -6103830 or 15391906. OLE color: 15391906.

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

Color convert

RGB162220234-
CMYK0.310.0600.08
HSL191.67º63.16%77.65%-
HSV(B)191.67º30.77%91.76%-
XYZ55.3464.8187.43-
YUV204.25144.7897.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.30%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 234 (91.80% from 255) = 37.99%
R=26.30%
G=35.71%
B=37.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622202340.310.0600.08191.6763.1677.65
HexA2DCEA1F608c03f4e
Octal24233435237601030077116
Binary1010001011011100111010101111111001000110000001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DCEA; }

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

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

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

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

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

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

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

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