#A5D7DF

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

Shades of Charlotte #A5D7DF

Tints of Charlotte #A5D7DF

Color information

#A5D7DF (or 0xA5D7DF) is unknown color: approx Charlotte. HEX triplet: A5, D7 and DF. RGB value is (165,215,223). Sum of RGB (Red+Green+Blue) = 165+215+223=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5D7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D7DF is #5A2820. Grayscale: #C8C8C8. Windows color (decimal): -5908513 or 14669733. OLE color: 14669733.

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

Color convert

RGB165215223-
CMYK0.260.0400.13
HSL188.28º47.54%76.08%-
HSV(B)188.28º26.01%87.45%-
XYZ53.1461.9378.96-
YUV200.96140.44102.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.36%
GREEN value IS 215 (84.38% from 255) = 35.66%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=27.36%
G=35.66%
B=36.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652152230.260.0400.13188.2847.5476.08
HexA5D7DF1A40Dbc304c
Octal24532733732401527460114
Binary1010010111010111110111111101010001101101111001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D7DF; }

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

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

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

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

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

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

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

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