#A1DCE4

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

Shades of Charlotte #A1DCE4

Tints of Charlotte #A1DCE4

Color information

#A1DCE4 (or 0xA1DCE4) is unknown color: approx Charlotte. HEX triplet: A1, DC and E4. RGB value is (161,220,228). Sum of RGB (Red+Green+Blue) = 161+220+228=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 228 - color contains mainly: blue. Hex color #A1DCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCE4 is #5E231B. Grayscale: #CBCBCB. Windows color (decimal): -6169372 or 14998689. OLE color: 14998689.

HSL color Cylindrical-coordinate representation of color #A1DCE4: hue angle of 187.16º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1DCE4 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161220228-
CMYK0.290.0400.11
HSL187.16º55.37%76.27%-
HSV(B)187.16º29.39%89.41%-
XYZ54.2964.3682.96-
YUV203.27141.9597.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.44%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 228 (89.45% from 255) = 37.44%
R=26.44%
G=36.12%
B=37.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612202280.290.0400.11187.1655.3776.27
HexA1DCE41D40Bbb374c
Octal24133434435401327367114
Binary1010000111011100111001001110110001011101110111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCE4; }

 p { color: rgb(161,220,228); }

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

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

 a { background-color: rgb(161,220,228); }

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

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

 span { border-color: rgb(161,220,228); }

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