#A4DDDF

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

Shades of Charlotte #A4DDDF

Tints of Charlotte #A4DDDF

Color information

#A4DDDF (or 0xA4DDDF) is unknown color: approx Charlotte. HEX triplet: A4, DD and DF. RGB value is (164,221,223). Sum of RGB (Red+Green+Blue) = 164+221+223=608 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.97% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDDF is #5B2220. Grayscale: #CCCCCC. Windows color (decimal): -5972513 or 14671268. OLE color: 14671268.

HSL color Cylindrical-coordinate representation of color #A4DDDF: hue angle of 182.03º 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 #A4DDDF is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164221223-
CMYK0.260.0100.13
HSL182.03º47.97%75.88%-
HSV(B)182.03º26.46%87.45%-
XYZ54.4964.9379.47-
YUV204.18138.6299.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.97%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=26.97%
G=36.35%
B=36.68%

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
Decimal1642212230.260.0100.13182.0347.9775.88
HexA4DDDF1A10Db6304c
Octal24433533732101526660114
Binary10100100110111011101111111010101101101101101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDDF; }

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

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

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

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

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

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

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

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