#A0DBED

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

Shades of Charlotte #A0DBED

Tints of Charlotte #A0DBED

Color information

#A0DBED (or 0xA0DBED) is unknown color: approx Charlotte. HEX triplet: A0, DB and ED. RGB value is (160,219,237). Sum of RGB (Red+Green+Blue) = 160+219+237=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBED is #5F2412. Grayscale: #CBCBCB. Windows color (decimal): -6235155 or 15588256. OLE color: 15588256.

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

Color convert

RGB160219237-
CMYK0.320.0800.07
HSL194.03º68.14%77.84%-
HSV(B)194.03º32.49%92.94%-
XYZ55.1164.2589.62-
YUV203.41146.9597.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.97%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 237 (92.97% from 255) = 38.47%
R=25.97%
G=35.55%
B=38.47%

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
Decimal1602192370.320.0800.07194.0368.1477.84
HexA0DBED20807c2444e
Octal240333355401007302104116
Binary101000001101101111101101100000100001111100001010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DBED; }

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

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

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

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

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

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

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

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