#A5DBDD

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

Shades of Charlotte #A5DBDD

Tints of Charlotte #A5DBDD

Color information

#A5DBDD (or 0xA5DBDD) is unknown color: approx Charlotte. HEX triplet: A5, DB and DD. RGB value is (165,219,221). Sum of RGB (Red+Green+Blue) = 165+219+221=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBDD is #5A2422. Grayscale: #CBCBCB. Windows color (decimal): -5907491 or 14539685. OLE color: 14539685.

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

Color convert

RGB165219221-
CMYK0.250.0100.13
HSL182.14º45.16%75.69%-
HSV(B)182.14º25.34%86.67%-
XYZ53.963.8877.9-
YUV203.08138.11100.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.27%
GREEN value IS 219 (85.94% from 255) = 36.20%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=27.27%
G=36.20%
B=36.53%

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
Decimal1652192210.250.0100.13182.1445.1675.69
HexA5DBDD1910Db62d4c
Octal24533333531101526655114
Binary10100101110110111101110111001101101101101101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DBDD; }

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

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

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

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

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

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

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

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