#A4D8DC

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

Shades of Charlotte #A4D8DC

Tints of Charlotte #A4D8DC

Color information

#A4D8DC (or 0xA4D8DC) is unknown color: approx Charlotte. HEX triplet: A4, D8 and DC. RGB value is (164,216,220). Sum of RGB (Red+Green+Blue) = 164+216+220=600 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.33% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4D8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D8DC is #5B2723. Grayscale: #C8C8C8. Windows color (decimal): -5973796 or 14473380. OLE color: 14473380.

HSL color Cylindrical-coordinate representation of color #A4D8DC: hue angle of 184.29º 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 #A4D8DC is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164216220-
CMYK0.250.0200.14
HSL184.29º44.44%75.29%-
HSV(B)184.29º25.45%86.27%-
XYZ52.7862.1776.93-
YUV200.91138.77101.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.33%
GREEN value IS 216 (84.77% from 255) = 36%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=27.33%
G=36%
B=36.67%

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
Decimal1642162200.250.0200.14184.2944.4475.29
HexA4D8DC1920Eb82c4b
Octal24433033431201627054113
Binary101001001101100011011100110011001110101110001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D8DC; }

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

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

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

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

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

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

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

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