#A5DADD

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

Shades of Charlotte #A5DADD

Tints of Charlotte #A5DADD

Color information

#A5DADD (or 0xA5DADD) is unknown color: approx Charlotte. HEX triplet: A5, DA and DD. RGB value is (165,218,221). Sum of RGB (Red+Green+Blue) = 165+218+221=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 218 (85.55% from 255 or 36.09% 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 #A5DADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DADD is #5A2522. Grayscale: #CACACA. Windows color (decimal): -5907747 or 14539429. OLE color: 14539429.

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

Color convert

RGB165218221-
CMYK0.250.0100.13
HSL183.21º45.16%75.69%-
HSV(B)183.21º25.34%86.67%-
XYZ53.6463.3677.81-
YUV202.5138.44101.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.32%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=27.32%
G=36.09%
B=36.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652182210.250.0100.13183.2145.1675.69
HexA5DADD1910Db72d4c
Octal24533233531101526755114
Binary10100101110110101101110111001101101101101111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DADD; }

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

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

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

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

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

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

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

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