#A0DBEC

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

Shades of Charlotte #A0DBEC

Tints of Charlotte #A0DBEC

Color information

#A0DBEC (or 0xA0DBEC) is unknown color: approx Charlotte. HEX triplet: A0, DB and EC. RGB value is (160,219,236). Sum of RGB (Red+Green+Blue) = 160+219+236=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBEC is #5F2413. Grayscale: #CBCBCB. Windows color (decimal): -6235156 or 15522720. OLE color: 15522720.

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

Color convert

RGB160219236-
CMYK0.320.0700.07
HSL193.42º66.67%77.65%-
HSV(B)193.42º32.2%92.55%-
XYZ54.9764.1988.85-
YUV203.3146.4597.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.02%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=26.02%
G=35.61%
B=38.37%

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
Decimal1602192360.320.0700.07193.4266.6777.65
HexA0DBEC20707c1434e
Octal24033335440707301103116
Binary10100000110110111110110010000011101111100000110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DBEC; }

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

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

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

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

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

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

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

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