#A0DFE3

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

Shades of Charlotte #A0DFE3

Tints of Charlotte #A0DFE3

Color information

#A0DFE3 (or 0xA0DFE3) is unknown color: approx Charlotte. HEX triplet: A0, DF and E3. RGB value is (160,223,227). Sum of RGB (Red+Green+Blue) = 160+223+227=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 227 - color contains mainly: blue. Hex color #A0DFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFE3 is #5F201C. Grayscale: #CCCCCC. Windows color (decimal): -6234141 or 14933920. OLE color: 14933920.

HSL color Cylindrical-coordinate representation of color #A0DFE3: hue angle of 183.58º 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 #A0DFE3 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160223227-
CMYK0.300.0200.11
HSL183.58º54.47%75.88%-
HSV(B)183.58º29.52%89.02%-
XYZ54.7565.7982.49-
YUV204.62140.6396.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.23%
GREEN value IS 223 (87.5% from 255) = 36.56%
BLUE value IS 227 (89.06% from 255) = 37.21%
R=26.23%
G=36.56%
B=37.21%

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
Decimal1602232270.300.0200.11183.5854.4775.88
HexA0DFE31E20Bb8364c
Octal24033734336201327066114
Binary101000001101111111100011111101001011101110001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DFE3; }

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

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

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

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

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

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

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

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