#A4DBDF

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

Shades of Charlotte #A4DBDF

Tints of Charlotte #A4DBDF

Color information

#A4DBDF (or 0xA4DBDF) is unknown color: approx Charlotte. HEX triplet: A4, DB and DF. RGB value is (164,219,223). Sum of RGB (Red+Green+Blue) = 164+219+223=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBDF is #5B2420. Grayscale: #CACACA. Windows color (decimal): -5973025 or 14670756. OLE color: 14670756.

HSL color Cylindrical-coordinate representation of color #A4DBDF: hue angle of 184.07º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DBDF is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164219223-
CMYK0.260.0200.13
HSL184.07º47.97%75.88%-
HSV(B)184.07º26.46%87.45%-
XYZ53.9663.8879.3-
YUV203.01139.28100.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.06%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=27.06%
G=36.14%
B=36.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642192230.260.0200.13184.0747.9775.88
HexA4DBDF1A20Db8304c
Octal24433333732201527060114
Binary101001001101101111011111110101001101101110001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DBDF; }

 p { color: rgb(164,219,223); }

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

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

 a { background-color: rgb(164,219,223); }

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

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

 span { border-color: rgb(164,219,223); }

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