#A0DDE3

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

Shades of Charlotte #A0DDE3

Tints of Charlotte #A0DDE3

Color information

#A0DDE3 (or 0xA0DDE3) is unknown color: approx Charlotte. HEX triplet: A0, DD and E3. RGB value is (160,221,227). Sum of RGB (Red+Green+Blue) = 160+221+227=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #A0DDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDE3 is #5F221C. Grayscale: #CBCBCB. Windows color (decimal): -6234653 or 14933408. OLE color: 14933408.

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

Color convert

RGB160221227-
CMYK0.300.0300.11
HSL185.37º54.47%75.88%-
HSV(B)185.37º29.52%89.02%-
XYZ54.2264.7382.31-
YUV203.44141.2997.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.32%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 227 (89.06% from 255) = 37.34%
R=26.32%
G=36.35%
B=37.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602212270.300.0300.11185.3754.4775.88
HexA0DDE31E30Bb9364c
Octal24033534336301327166114
Binary101000001101110111100011111101101011101110011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DDE3; }

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

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

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

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

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

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

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

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