#A7D8DC

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

Shades of Charlotte #A7D8DC

Tints of Charlotte #A7D8DC

Color information

#A7D8DC (or 0xA7D8DC) is unknown color: approx Charlotte. HEX triplet: A7, D8 and DC. RGB value is (167,216,220). Sum of RGB (Red+Green+Blue) = 167+216+220=603 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.69% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7D8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D8DC is #582723. Grayscale: #C9C9C9. Windows color (decimal): -5777188 or 14473383. OLE color: 14473383.

HSL color Cylindrical-coordinate representation of color #A7D8DC: hue angle of 184.53º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7D8DC is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167216220-
CMYK0.240.0200.14
HSL184.53º43.09%75.88%-
HSV(B)184.53º24.09%86.27%-
XYZ53.4162.4976.96-
YUV201.8138.27103.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.69%
GREEN value IS 216 (84.77% from 255) = 35.82%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=27.69%
G=35.82%
B=36.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672162200.240.0200.14184.5343.0975.88
HexA7D8DC1820Eb92b4c
Octal24733033430201627153114
Binary101001111101100011011100110001001110101110011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D8DC; }

 p { color: rgb(167,216,220); }

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

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

 a { background-color: rgb(167,216,220); }

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

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

 span { border-color: rgb(167,216,220); }

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