#a0d7e3

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

Shades of Charlotte #A0D7E3

Tints of Charlotte #A0D7E3

Color information

#A0D7E3 (or 0xA0D7E3) is unknown color: approx Charlotte. HEX triplet: A0, D7 and E3. RGB value is (160,215,227). Sum of RGB (Red+Green+Blue) = 160+215+227=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #A0D7E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D7E3 is #5F281C. Grayscale: #C7C7C7. Windows color (decimal): -6236189 or 14931872. OLE color: 14931872.

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

Color convert

RGB160215227-
CMYK0.300.0500.11
HSL190.75º54.47%75.88%-
HSV(B)190.75º29.52%89.02%-
XYZ52.6661.6281.79-
YUV199.92143.2899.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.58%
GREEN value IS 215 (84.38% from 255) = 35.71%
BLUE value IS 227 (89.06% from 255) = 37.71%
R=26.58%
G=35.71%
B=37.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602152270.300.0500.11190.7554.4775.88
HexA0D7E31E50Bbf364c
Octal24032734336501327766114
Binary1010000011010111111000111111010101011101111111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0d7e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0d7e3; }

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

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

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

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

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

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

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

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