#A1DEE3

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

Shades of Charlotte #A1DEE3

Tints of Charlotte #A1DEE3

Color information

#A1DEE3 (or 0xA1DEE3) is unknown color: approx Charlotte. HEX triplet: A1, DE and E3. RGB value is (161,222,227). Sum of RGB (Red+Green+Blue) = 161+222+227=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 227 - color contains mainly: blue. Hex color #A1DEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DEE3 is #5E211C. Grayscale: #CCCCCC. Windows color (decimal): -6168861 or 14933665. OLE color: 14933665.

HSL color Cylindrical-coordinate representation of color #A1DEE3: hue angle of 184.55º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1DEE3 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161222227-
CMYK0.290.0200.11
HSL184.55º54.1%76.08%-
HSV(B)184.55º29.07%89.02%-
XYZ54.6865.3782.41-
YUV204.33140.7997.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.39%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 227 (89.06% from 255) = 37.21%
R=26.39%
G=36.39%
B=37.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612222270.290.0200.11184.5554.176.08
HexA1DEE31D20Bb9364c
Octal24133634335201327166114
Binary101000011101111011100011111011001011101110011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DEE3; }

 p { color: rgb(161,222,227); }

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

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

 a { background-color: rgb(161,222,227); }

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

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

 span { border-color: rgb(161,222,227); }

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