#A5E1DF

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

Shades of Charlotte #A5E1DF

Tints of Charlotte #A5E1DF

Color information

#A5E1DF (or 0xA5E1DF) is unknown color: approx Charlotte. HEX triplet: A5, E1 and DF. RGB value is (165,225,223). Sum of RGB (Red+Green+Blue) = 165+225+223=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E1DF is #5A1E20. Grayscale: #CECECE. Windows color (decimal): -5905953 or 14672293. OLE color: 14672293.

HSL color Cylindrical-coordinate representation of color #A5E1DF: hue angle of 178º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E1DF is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB165225223-
CMYK0.2700.010.12
HSL178º50%76.47%-
HSV(B)178º26.67%88.24%-
XYZ55.7667.1879.84-
YUV206.83137.1298.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.92%
GREEN value IS 225 (88.28% from 255) = 36.70%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=26.92%
G=36.70%
B=36.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652252230.2700.010.121785076.47
HexA5E1DF1B01Cb2324c
Octal24534133733011426262114
Binary10100101111000011101111111011011100101100101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E1DF; }

 p { color: rgb(165,225,223); }

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

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

 a { background-color: rgb(165,225,223); }

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

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

 span { border-color: rgb(165,225,223); }

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