#A1DCEB

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

Shades of Charlotte #A1DCEB

Tints of Charlotte #A1DCEB

Color information

#A1DCEB (or 0xA1DCEB) is unknown color: approx Charlotte. HEX triplet: A1, DC and EB. RGB value is (161,220,235). Sum of RGB (Red+Green+Blue) = 161+220+235=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCEB is #5E2314. Grayscale: #CBCBCB. Windows color (decimal): -6169365 or 15457441. OLE color: 15457441.

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

Color convert

RGB161220235-
CMYK0.310.0600.08
HSL192.16º64.91%77.65%-
HSV(B)192.16º31.49%92.16%-
XYZ55.2964.7688.18-
YUV204.07145.4597.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.14%
GREEN value IS 220 (86.33% from 255) = 35.71%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=26.14%
G=35.71%
B=38.15%

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
Decimal1612202350.310.0600.08192.1664.9177.65
HexA1DCEB1F608c0414e
Octal241334353376010300101116
Binary10100001110111001110101111111110010001100000010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCEB; }

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

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

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

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

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

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

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

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