#A5DBDF

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

Shades of Charlotte #A5DBDF

Tints of Charlotte #A5DBDF

Color information

#A5DBDF (or 0xA5DBDF) is unknown color: approx Charlotte. HEX triplet: A5, DB and DF. RGB value is (165,219,223). Sum of RGB (Red+Green+Blue) = 165+219+223=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBDF is #5A2420. Grayscale: #CBCBCB. Windows color (decimal): -5907489 or 14670757. OLE color: 14670757.

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

Color convert

RGB165219223-
CMYK0.260.0200.13
HSL184.14º47.54%76.08%-
HSV(B)184.14º26.01%87.45%-
XYZ54.1763.9979.31-
YUV203.31139.11100.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.18%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=27.18%
G=36.08%
B=36.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652192230.260.0200.13184.1447.5476.08
HexA5DBDF1A20Db8304c
Octal24533333732201527060114
Binary101001011101101111011111110101001101101110001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DBDF; }

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

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

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

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

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

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

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

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