#A0DEE3

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

Shades of Charlotte #A0DEE3

Tints of Charlotte #A0DEE3

Color information

#A0DEE3 (or 0xA0DEE3) is unknown color: approx Charlotte. HEX triplet: A0, DE and E3. RGB value is (160,222,227). Sum of RGB (Red+Green+Blue) = 160+222+227=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 227 (89.06% from 255 or 37.27% from 609); Max value from RGB is 227 - color contains mainly: blue. Hex color #A0DEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DEE3 is #5F211C. Grayscale: #CBCBCB. Windows color (decimal): -6234397 or 14933664. OLE color: 14933664.

HSL color Cylindrical-coordinate representation of color #A0DEE3: hue angle of 184.48º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DEE3 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160222227-
CMYK0.300.0200.11
HSL184.48º54.47%75.88%-
HSV(B)184.48º29.52%89.02%-
XYZ54.4865.2682.4-
YUV204.03140.9696.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.27%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 227 (89.06% from 255) = 37.27%
R=26.27%
G=36.45%
B=37.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602222270.300.0200.11184.4854.4775.88
HexA0DEE31E20Bb8364c
Octal24033634336201327066114
Binary101000001101111011100011111101001011101110001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DEE3; }

 p { color: rgb(160,222,227); }

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

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

 a { background-color: rgb(160,222,227); }

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

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

 span { border-color: rgb(160,222,227); }

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