#A1D8EC

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

Shades of Charlotte #A1D8EC

Tints of Charlotte #A1D8EC

Color information

#A1D8EC (or 0xA1D8EC) is unknown color: approx Charlotte. HEX triplet: A1, D8 and EC. RGB value is (161,216,236). Sum of RGB (Red+Green+Blue) = 161+216+236=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1D8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D8EC is #5E2713. Grayscale: #C9C9C9. Windows color (decimal): -6170388 or 15521953. OLE color: 15521953.

HSL color Cylindrical-coordinate representation of color #A1D8EC: hue angle of 196º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1D8EC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161216236-
CMYK0.320.0800.07
HSL196º66.37%77.84%-
HSV(B)196º31.78%92.55%-
XYZ54.3962.7488.6-
YUV201.83147.2898.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.26%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=26.26%
G=35.24%
B=38.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612162360.320.0800.0719666.3777.84
HexA1D8EC20807c4424e
Octal241330354401007304102116
Binary101000011101100011101100100000100001111100010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D8EC; }

 p { color: rgb(161,216,236); }

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

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

 a { background-color: rgb(161,216,236); }

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

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

 span { border-color: rgb(161,216,236); }

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