#A4D8E6

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

Shades of Charlotte #A4D8E6

Tints of Charlotte #A4D8E6

Color information

#A4D8E6 (or 0xA4D8E6) is unknown color: approx Charlotte. HEX triplet: A4, D8 and E6. RGB value is (164,216,230). Sum of RGB (Red+Green+Blue) = 164+216+230=610 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.89% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 230 - color contains mainly: blue. Hex color #A4D8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D8E6 is #5B2719. Grayscale: #C9C9C9. Windows color (decimal): -5973786 or 15128740. OLE color: 15128740.

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

Color convert

RGB164216230-
CMYK0.290.0600.10
HSL192.73º56.9%77.25%-
HSV(B)192.73º28.7%90.2%-
XYZ54.1562.7284.11-
YUV202.05143.77100.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.89%
GREEN value IS 216 (84.77% from 255) = 35.41%
BLUE value IS 230 (90.23% from 255) = 37.70%
R=26.89%
G=35.41%
B=37.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1642162300.290.0600.10192.7356.977.25
HexA4D8E61D60Ac1394d
Octal24433034635601230171115
Binary1010010011011000111001101110111001010110000011110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D8E6; }

 p { color: rgb(164,216,230); }

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

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

 a { background-color: rgb(164,216,230); }

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

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

 span { border-color: rgb(164,216,230); }

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