#A1D9EC

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

Shades of Charlotte #A1D9EC

Tints of Charlotte #A1D9EC

Color information

#A1D9EC (or 0xA1D9EC) is unknown color: approx Charlotte. HEX triplet: A1, D9 and EC. RGB value is (161,217,236). Sum of RGB (Red+Green+Blue) = 161+217+236=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1D9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D9EC is #5E2613. Grayscale: #CACACA. Windows color (decimal): -6170132 or 15522209. OLE color: 15522209.

HSL color Cylindrical-coordinate representation of color #A1D9EC: hue angle of 195.2º 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 #A1D9EC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161217236-
CMYK0.320.0800.07
HSL195.2º66.37%77.84%-
HSV(B)195.2º31.78%92.55%-
XYZ54.6563.2688.69-
YUV202.42146.9598.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.22%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=26.22%
G=35.34%
B=38.44%

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
Decimal1612172360.320.0800.07195.266.3777.84
HexA1D9EC20807c3424e
Octal241331354401007303102116
Binary101000011101100111101100100000100001111100001110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D9EC; }

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

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

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

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

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

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

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

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