#A0DAED

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

Shades of Charlotte #A0DAED

Tints of Charlotte #A0DAED

Color information

#A0DAED (or 0xA0DAED) is unknown color: approx Charlotte. HEX triplet: A0, DA and ED. RGB value is (160,218,237). Sum of RGB (Red+Green+Blue) = 160+218+237=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0DAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DAED is #5F2512. Grayscale: #CACACA. Windows color (decimal): -6235411 or 15588000. OLE color: 15588000.

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

Color convert

RGB160218237-
CMYK0.320.0800.07
HSL194.81º68.14%77.84%-
HSV(B)194.81º32.49%92.94%-
XYZ54.8563.7389.53-
YUV202.82147.2897.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.02%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=26.02%
G=35.45%
B=38.54%

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
Decimal1602182370.320.0800.07194.8168.1477.84
HexA0DAED20807c3444e
Octal240332355401007303104116
Binary101000001101101011101101100000100001111100001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DAED; }

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

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

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

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

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

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

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

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