#A5DAE5

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

Shades of Charlotte #A5DAE5

Tints of Charlotte #A5DAE5

Color information

#A5DAE5 (or 0xA5DAE5) is unknown color: approx Charlotte. HEX triplet: A5, DA and E5. RGB value is (165,218,229). Sum of RGB (Red+Green+Blue) = 165+218+229=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #A5DAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DAE5 is #5A251A. Grayscale: #CBCBCB. Windows color (decimal): -5907739 or 15063717. OLE color: 15063717.

HSL color Cylindrical-coordinate representation of color #A5DAE5: hue angle of 190.31º 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 #A5DAE5 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165218229-
CMYK0.280.0500.10
HSL190.31º55.17%77.25%-
HSV(B)190.31º27.95%89.8%-
XYZ54.7363.883.56-
YUV203.41142.44100.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.96%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 229 (89.84% from 255) = 37.42%
R=26.96%
G=35.62%
B=37.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1652182290.280.0500.10190.3155.1777.25
HexA5DAE51C50Abe374d
Octal24533234534501227667115
Binary1010010111011010111001011110010101010101111101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DAE5; }

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

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

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

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

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

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

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

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