#A0DBE4

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

Shades of Charlotte #A0DBE4

Tints of Charlotte #A0DBE4

Color information

#A0DBE4 (or 0xA0DBE4) is unknown color: approx Charlotte. HEX triplet: A0, DB and E4. RGB value is (160,219,228). Sum of RGB (Red+Green+Blue) = 160+219+228=607 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.36% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 228 - color contains mainly: blue. Hex color #A0DBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBE4 is #5F241B. Grayscale: #CACACA. Windows color (decimal): -6235164 or 14998432. OLE color: 14998432.

HSL color Cylindrical-coordinate representation of color #A0DBE4: hue angle of 187.94º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DBE4 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160219228-
CMYK0.300.0400.11
HSL187.94º55.74%76.08%-
HSV(B)187.94º29.82%89.41%-
XYZ53.8363.7482.86-
YUV202.38142.4597.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.36%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 228 (89.45% from 255) = 37.56%
R=26.36%
G=36.08%
B=37.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602192280.300.0400.11187.9455.7476.08
HexA0DBE41E40Bbc384c
Octal24033334436401327470114
Binary1010000011011011111001001111010001011101111001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DBE4; }

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

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

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

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

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

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

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

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