#A2DAED

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

Shades of Charlotte #A2DAED

Tints of Charlotte #A2DAED

Color information

#A2DAED (or 0xA2DAED) is unknown color: approx Charlotte. HEX triplet: A2, DA and ED. RGB value is (162,218,237). Sum of RGB (Red+Green+Blue) = 162+218+237=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2DAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DAED is #5D2512. Grayscale: #CBCBCB. Windows color (decimal): -6104339 or 15588002. OLE color: 15588002.

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

Color convert

RGB162218237-
CMYK0.320.0800.07
HSL195.2º67.57%78.24%-
HSV(B)195.2º31.65%92.94%-
XYZ55.2663.9489.55-
YUV203.42146.9598.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.26%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 237 (92.97% from 255) = 38.41%
R=26.26%
G=35.33%
B=38.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622182370.320.0800.07195.267.5778.24
HexA2DAED20807c3444e
Octal242332355401007303104116
Binary101000101101101011101101100000100001111100001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DAED; }

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

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

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

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

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

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

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

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