#A8DCE0

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

Shades of Charlotte #A8DCE0

Tints of Charlotte #A8DCE0

Color information

#A8DCE0 (or 0xA8DCE0) is unknown color: approx Charlotte. HEX triplet: A8, DC and E0. RGB value is (168,220,224). Sum of RGB (Red+Green+Blue) = 168+220+224=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #A8DCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCE0 is #57231F. Grayscale: #CCCCCC. Windows color (decimal): -5710624 or 14736552. OLE color: 14736552.

HSL color Cylindrical-coordinate representation of color #A8DCE0: hue angle of 184.29º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DCE0 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB168220224-
CMYK0.250.0200.12
HSL184.29º47.46%76.86%-
HSV(B)184.29º25%87.84%-
XYZ55.264.8980.14-
YUV204.91138.77101.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.45%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=27.45%
G=35.95%
B=36.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682202240.250.0200.12184.2947.4676.86
HexA8DCE01920Cb82f4d
Octal25033434031201427057115
Binary101010001101110011100000110011001100101110001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DCE0; }

 p { color: rgb(168,220,224); }

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

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

 a { background-color: rgb(168,220,224); }

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

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

 span { border-color: rgb(168,220,224); }

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