#A4D7DC

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

Shades of Charlotte #A4D7DC

Tints of Charlotte #A4D7DC

Color information

#A4D7DC (or 0xA4D7DC) is unknown color: approx Charlotte. HEX triplet: A4, D7 and DC. RGB value is (164,215,220). Sum of RGB (Red+Green+Blue) = 164+215+220=599 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.38% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D7DC is #5B2823. Grayscale: #C8C8C8. Windows color (decimal): -5974052 or 14473124. OLE color: 14473124.

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

Color convert

RGB164215220-
CMYK0.250.0200.14
HSL185.36º44.44%75.29%-
HSV(B)185.36º25.45%86.27%-
XYZ52.5361.6676.84-
YUV200.32139.1102.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.38%
GREEN value IS 215 (84.38% from 255) = 35.89%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=27.38%
G=35.89%
B=36.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642152200.250.0200.14185.3644.4475.29
HexA4D7DC1920Eb92c4b
Octal24432733431201627154113
Binary101001001101011111011100110011001110101110011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D7DC; }

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

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

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

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

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

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

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

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