#A2DEEA

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

Shades of Charlotte #A2DEEA

Tints of Charlotte #A2DEEA

Color information

#A2DEEA (or 0xA2DEEA) is unknown color: approx Charlotte. HEX triplet: A2, DE and EA. RGB value is (162,222,234). Sum of RGB (Red+Green+Blue) = 162+222+234=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2DEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DEEA is #5D2115. Grayscale: #CDCDCD. Windows color (decimal): -6103318 or 15392418. OLE color: 15392418.

HSL color Cylindrical-coordinate representation of color #A2DEEA: hue angle of 190º 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 #A2DEEA is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162222234-
CMYK0.310.0500.08
HSL190º63.16%77.65%-
HSV(B)190º30.77%91.76%-
XYZ55.8765.8687.61-
YUV205.43144.1297.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.21%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=26.21%
G=35.92%
B=37.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622222340.310.0500.0819063.1677.65
HexA2DEEA1F508be3f4e
Octal24233635237501027677116
Binary1010001011011110111010101111110101000101111101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DEEA; }

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

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

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

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

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

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

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

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