#A0DCED

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

Shades of Charlotte #A0DCED

Tints of Charlotte #A0DCED

Color information

#A0DCED (or 0xA0DCED) is unknown color: approx Charlotte. HEX triplet: A0, DC and ED. RGB value is (160,220,237). Sum of RGB (Red+Green+Blue) = 160+220+237=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCED is #5F2312. Grayscale: #CBCBCB. Windows color (decimal): -6234899 or 15588512. OLE color: 15588512.

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

Color convert

RGB160220237-
CMYK0.320.0700.07
HSL193.25º68.14%77.84%-
HSV(B)193.25º32.49%92.94%-
XYZ55.3864.7789.7-
YUV204146.6296.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.93%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=25.93%
G=35.66%
B=38.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602202370.320.0700.07193.2568.1477.84
HexA0DCED20707c1444e
Octal24033435540707301104116
Binary10100000110111001110110110000011101111100000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DCED; }

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

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

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

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

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

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

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

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