#A0D8ED

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

Shades of Charlotte #A0D8ED

Tints of Charlotte #A0D8ED

Color information

#A0D8ED (or 0xA0D8ED) is unknown color: approx Charlotte. HEX triplet: A0, D8 and ED. RGB value is (160,216,237). Sum of RGB (Red+Green+Blue) = 160+216+237=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0D8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D8ED is #5F2712. Grayscale: #C9C9C9. Windows color (decimal): -6235923 or 15587488. OLE color: 15587488.

HSL color Cylindrical-coordinate representation of color #A0D8ED: hue angle of 196.36º 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 #A0D8ED is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160216237-
CMYK0.320.0900.07
HSL196.36º68.14%77.84%-
HSV(B)196.36º32.49%92.94%-
XYZ54.3462.789.36-
YUV201.65147.9598.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.10%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=26.10%
G=35.24%
B=38.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602162370.320.0900.07196.3668.1477.84
HexA0D8ED20907c4444e
Octal240330355401107304104116
Binary101000001101100011101101100000100101111100010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D8ED; }

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

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

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

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

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

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

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

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