#A4DBDD

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

Shades of Charlotte #A4DBDD

Tints of Charlotte #A4DBDD

Color information

#A4DBDD (or 0xA4DBDD) is unknown color: approx Charlotte. HEX triplet: A4, DB and DD. RGB value is (164,219,221). Sum of RGB (Red+Green+Blue) = 164+219+221=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #A4DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DBDD is #5B2422. Grayscale: #CACACA. Windows color (decimal): -5973027 or 14539684. OLE color: 14539684.

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

Color convert

RGB164219221-
CMYK0.260.0100.13
HSL182.11º45.6%75.49%-
HSV(B)182.11º25.79%86.67%-
XYZ53.6963.7877.89-
YUV202.78138.28100.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.15%
GREEN value IS 219 (85.94% from 255) = 36.26%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=27.15%
G=36.26%
B=36.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642192210.260.0100.13182.1145.675.49
HexA4DBDD1A10Db62e4b
Octal24433333532101526656113
Binary10100100110110111101110111010101101101101101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DBDD; }

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

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

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

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

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

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

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

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