#A0D9ED

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

Shades of Charlotte #A0D9ED

Tints of Charlotte #A0D9ED

Color information

#A0D9ED (or 0xA0D9ED) is unknown color: approx Charlotte. HEX triplet: A0, D9 and ED. RGB value is (160,217,237). Sum of RGB (Red+Green+Blue) = 160+217+237=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 237 (92.97% from 255 or 38.60% from 614); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0D9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D9ED is #5F2612. Grayscale: #CACACA. Windows color (decimal): -6235667 or 15587744. OLE color: 15587744.

HSL color Cylindrical-coordinate representation of color #A0D9ED: hue angle of 195.58º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0D9ED is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160217237-
CMYK0.320.0800.07
HSL195.58º68.14%77.84%-
HSV(B)195.58º32.49%92.94%-
XYZ54.663.2189.44-
YUV202.24147.6297.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.06%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 237 (92.97% from 255) = 38.60%
R=26.06%
G=35.34%
B=38.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602172370.320.0800.07195.5868.1477.84
HexA0D9ED20807c4444e
Octal240331355401007304104116
Binary101000001101100111101101100000100001111100010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D9ED; }

 p { color: rgb(160,217,237); }

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

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

 a { background-color: rgb(160,217,237); }

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

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

 span { border-color: rgb(160,217,237); }

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