#A1D7EB

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

Shades of Charlotte #A1D7EB

Tints of Charlotte #A1D7EB

Color information

#A1D7EB (or 0xA1D7EB) is unknown color: approx Charlotte. HEX triplet: A1, D7 and EB. RGB value is (161,215,235). Sum of RGB (Red+Green+Blue) = 161+215+235=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1D7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D7EB is #5E2814. Grayscale: #C8C8C8. Windows color (decimal): -6170645 or 15456161. OLE color: 15456161.

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

Color convert

RGB161215235-
CMYK0.310.0900.08
HSL196.22º64.91%77.65%-
HSV(B)196.22º31.49%92.16%-
XYZ53.9962.1887.75-
YUV201.13147.1199.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.35%
GREEN value IS 215 (84.38% from 255) = 35.19%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=26.35%
G=35.19%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612152350.310.0900.08196.2264.9177.65
HexA1D7EB1F908c4414e
Octal2413273533711010304101116
Binary101000011101011111101011111111001010001100010010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D7EB; }

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

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

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

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

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

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

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

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