#A3DAE1

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

Shades of Charlotte #A3DAE1

Tints of Charlotte #A3DAE1

Color information

#A3DAE1 (or 0xA3DAE1) is unknown color: approx Charlotte. HEX triplet: A3, DA and E1. RGB value is (163,218,225). Sum of RGB (Red+Green+Blue) = 163+218+225=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #A3DAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DAE1 is #5C251E. Grayscale: #CACACA. Windows color (decimal): -6038815 or 14801571. OLE color: 14801571.

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

Color convert

RGB163218225-
CMYK0.280.0300.12
HSL186.77º50.82%76.08%-
HSV(B)186.77º27.56%88.24%-
XYZ53.7763.3780.63-
YUV202.35140.7899.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.90%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 225 (88.28% from 255) = 37.13%
R=26.90%
G=35.97%
B=37.13%

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
Decimal1632182250.280.0300.12186.7750.8276.08
HexA3DAE11C30Cbb334c
Octal24333234134301427363114
Binary101000111101101011100001111001101100101110111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DAE1; }

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

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

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

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

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

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

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

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