#A5DDDF

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

Shades of Charlotte #A5DDDF

Tints of Charlotte #A5DDDF

Color information

#A5DDDF (or 0xA5DDDF) is unknown color: approx Charlotte. HEX triplet: A5, DD and DF. RGB value is (165,221,223). Sum of RGB (Red+Green+Blue) = 165+221+223=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDDF is #5A2220. Grayscale: #CCCCCC. Windows color (decimal): -5906977 or 14671269. OLE color: 14671269.

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

Color convert

RGB165221223-
CMYK0.260.0100.13
HSL182.07º47.54%76.08%-
HSV(B)182.07º26.01%87.45%-
XYZ54.6965.0479.48-
YUV204.48138.4599.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.09%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=27.09%
G=36.29%
B=36.62%

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
Decimal1652212230.260.0100.13182.0747.5476.08
HexA5DDDF1A10Db6304c
Octal24533533732101526660114
Binary10100101110111011101111111010101101101101101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDDF; }

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

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

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

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

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

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

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

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