#A1DCE7

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

Shades of Charlotte #A1DCE7

Tints of Charlotte #A1DCE7

Color information

#A1DCE7 (or 0xA1DCE7) is unknown color: approx Charlotte. HEX triplet: A1, DC and E7. RGB value is (161,220,231). Sum of RGB (Red+Green+Blue) = 161+220+231=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #A1DCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCE7 is #5E2318. Grayscale: #CBCBCB. Windows color (decimal): -6169369 or 15195297. OLE color: 15195297.

HSL color Cylindrical-coordinate representation of color #A1DCE7: hue angle of 189.43º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1DCE7 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161220231-
CMYK0.300.0500.09
HSL189.43º59.32%76.86%-
HSV(B)189.43º30.3%90.59%-
XYZ54.7164.5385.17-
YUV203.61143.4597.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.31%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 231 (90.62% from 255) = 37.75%
R=26.31%
G=35.95%
B=37.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612202310.300.0500.09189.4359.3276.86
HexA1DCE71E509bd3b4d
Octal24133434736501127573115
Binary1010000111011100111001111111010101001101111011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCE7; }

 p { color: rgb(161,220,231); }

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

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

 a { background-color: rgb(161,220,231); }

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

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

 span { border-color: rgb(161,220,231); }

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