#A1DFE5

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

Shades of Charlotte #A1DFE5

Tints of Charlotte #A1DFE5

Color information

#A1DFE5 (or 0xA1DFE5) is unknown color: approx Charlotte. HEX triplet: A1, DF and E5. RGB value is (161,223,229). Sum of RGB (Red+Green+Blue) = 161+223+229=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #A1DFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFE5 is #5E201A. Grayscale: #CDCDCD. Windows color (decimal): -6168603 or 15064993. OLE color: 15064993.

HSL color Cylindrical-coordinate representation of color #A1DFE5: hue angle of 185.29º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1DFE5 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB161223229-
CMYK0.300.0300.10
HSL185.29º56.67%76.47%-
HSV(B)185.29º29.69%89.8%-
XYZ55.2366.0183.96-
YUV205.15141.4696.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.26%
GREEN value IS 223 (87.5% from 255) = 36.38%
BLUE value IS 229 (89.84% from 255) = 37.36%
R=26.26%
G=36.38%
B=37.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612232290.300.0300.10185.2956.6776.47
HexA1DFE51E30Ab9394c
Octal24133734536301227171114
Binary101000011101111111100101111101101010101110011110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DFE5; }

 p { color: rgb(161,223,229); }

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

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

 a { background-color: rgb(161,223,229); }

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

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

 span { border-color: rgb(161,223,229); }

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