#A1D9ED

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

Shades of Charlotte #A1D9ED

Tints of Charlotte #A1D9ED

Color information

#A1D9ED (or 0xA1D9ED) is unknown color: approx Charlotte. HEX triplet: A1, D9 and ED. RGB value is (161,217,237). Sum of RGB (Red+Green+Blue) = 161+217+237=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1D9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D9ED is #5E2612. Grayscale: #CACACA. Windows color (decimal): -6170131 or 15587745. OLE color: 15587745.

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

Color convert

RGB161217237-
CMYK0.320.0800.07
HSL195.79º67.86%78.04%-
HSV(B)195.79º32.07%92.94%-
XYZ54.863.3289.45-
YUV202.54147.4598.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.18%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=26.18%
G=35.28%
B=38.54%

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
Decimal1612172370.320.0800.07195.7967.8678.04
HexA1D9ED20807c4444e
Octal241331355401007304104116
Binary101000011101100111101101100000100001111100010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D9ED; }

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

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

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

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

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

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

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

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