#A5DAEA

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

Shades of Charlotte #A5DAEA

Tints of Charlotte #A5DAEA

Color information

#A5DAEA (or 0xA5DAEA) is unknown color: approx Charlotte. HEX triplet: A5, DA and EA. RGB value is (165,218,234). Sum of RGB (Red+Green+Blue) = 165+218+234=617 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.74% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DAEA is #5A2515. Grayscale: #CBCBCB. Windows color (decimal): -5907734 or 15391397. OLE color: 15391397.

HSL color Cylindrical-coordinate representation of color #A5DAEA: hue angle of 193.91º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5DAEA is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165218234-
CMYK0.290.0700.08
HSL193.91º62.16%78.24%-
HSV(B)193.91º29.49%91.76%-
XYZ55.4464.0887.29-
YUV203.98144.94100.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.74%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=26.74%
G=35.33%
B=37.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652182340.290.0700.08193.9162.1678.24
HexA5DAEA1D708c23e4e
Octal24533235235701030276116
Binary1010010111011010111010101110111101000110000101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DAEA; }

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

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

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

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

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

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

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

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