#A1DCEA

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

Shades of Charlotte #A1DCEA

Tints of Charlotte #A1DCEA

Color information

#A1DCEA (or 0xA1DCEA) is unknown color: approx Charlotte. HEX triplet: A1, DC and EA. RGB value is (161,220,234). Sum of RGB (Red+Green+Blue) = 161+220+234=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCEA is #5E2315. Grayscale: #CBCBCB. Windows color (decimal): -6169366 or 15391905. OLE color: 15391905.

HSL color Cylindrical-coordinate representation of color #A1DCEA: hue angle of 191.51º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1DCEA is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161220234-
CMYK0.310.0600.08
HSL191.51º63.48%77.45%-
HSV(B)191.51º31.2%91.76%-
XYZ55.1464.787.42-
YUV203.96144.9597.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.18%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 234 (91.80% from 255) = 38.05%
R=26.18%
G=35.77%
B=38.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612202340.310.0600.08191.5163.4877.45
HexA1DCEA1F608c03f4d
Octal24133435237601030077115
Binary1010000111011100111010101111111001000110000001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCEA; }

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

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

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

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

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

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

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

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