#A4DCE5

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

Shades of Charlotte #A4DCE5

Tints of Charlotte #A4DCE5

Color information

#A4DCE5 (or 0xA4DCE5) is unknown color: approx Charlotte. HEX triplet: A4, DC and E5. RGB value is (164,220,229). Sum of RGB (Red+Green+Blue) = 164+220+229=613 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.75% from 613); Green value is 220 (86.33% from 255 or 35.89% 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 #A4DCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCE5 is #5B231A. Grayscale: #CCCCCC. Windows color (decimal): -5972763 or 15064228. OLE color: 15064228.

HSL color Cylindrical-coordinate representation of color #A4DCE5: hue angle of 188.31º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4DCE5 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB164220229-
CMYK0.280.0400.10
HSL188.31º55.56%77.06%-
HSV(B)188.31º28.38%89.8%-
XYZ55.0564.7483.72-
YUV204.28141.9599.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.75%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 229 (89.84% from 255) = 37.36%
R=26.75%
G=35.89%
B=37.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1642202290.280.0400.10188.3155.5677.06
HexA4DCE51C40Abc384d
Octal24433434534401227470115
Binary1010010011011100111001011110010001010101111001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DCE5; }

 p { color: rgb(164,220,229); }

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

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

 a { background-color: rgb(164,220,229); }

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

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

 span { border-color: rgb(164,220,229); }

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