#a2dae1

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

Shades of Charlotte #A2DAE1

Tints of Charlotte #A2DAE1

Color information

#A2DAE1 (or 0xA2DAE1) is unknown color: approx Charlotte. HEX triplet: A2, DA and E1. RGB value is (162,218,225). Sum of RGB (Red+Green+Blue) = 162+218+225=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #A2DAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DAE1 is #5D251E. Grayscale: #C9C9C9. Windows color (decimal): -6104351 or 14801570. OLE color: 14801570.

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

Color convert

RGB162218225-
CMYK0.280.0300.12
HSL186.67º51.22%75.88%-
HSV(B)186.67º28%88.24%-
XYZ53.5663.2680.62-
YUV202.05140.9599.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.78%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=26.78%
G=36.03%
B=37.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622182250.280.0300.12186.6751.2275.88
HexA2DAE11C30Cbb334c
Octal24233234134301427363114
Binary101000101101101011100001111001101100101110111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2dae1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2dae1; }

 p { color: rgb(162,218,225); }

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

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

 a { background-color: rgb(162,218,225); }

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

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

 span { border-color: rgb(162,218,225); }

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