#A5DFE5

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

Shades of Charlotte #A5DFE5

Tints of Charlotte #A5DFE5

Color information

#A5DFE5 (or 0xA5DFE5) is unknown color: approx Charlotte. HEX triplet: A5, DF and E5. RGB value is (165,223,229). Sum of RGB (Red+Green+Blue) = 165+223+229=617 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.74% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #A5DFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFE5 is #5A201A. Grayscale: #CECECE. Windows color (decimal): -5906459 or 15064997. OLE color: 15064997.

HSL color Cylindrical-coordinate representation of color #A5DFE5: hue angle of 185.62º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5DFE5 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165223229-
CMYK0.280.0300.10
HSL185.62º55.17%77.25%-
HSV(B)185.62º27.95%89.8%-
XYZ56.0566.4384-
YUV206.34140.7898.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.74%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 229 (89.84% from 255) = 37.12%
R=26.74%
G=36.14%
B=37.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1652232290.280.0300.10185.6255.1777.25
HexA5DFE51C30Aba374d
Octal24533734534301227267115
Binary101001011101111111100101111001101010101110101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DFE5; }

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

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

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

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

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

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

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

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