#A5D8E1

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

Shades of Charlotte #A5D8E1

Tints of Charlotte #A5D8E1

Color information

#A5D8E1 (or 0xA5D8E1) is unknown color: approx Charlotte. HEX triplet: A5, D8 and E1. RGB value is (165,216,225). Sum of RGB (Red+Green+Blue) = 165+216+225=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #A5D8E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D8E1 is #5A271E. Grayscale: #C9C9C9. Windows color (decimal): -5908255 or 14801061. OLE color: 14801061.

HSL color Cylindrical-coordinate representation of color #A5D8E1: hue angle of 189º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5D8E1 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB165216225-
CMYK0.270.0400.12
HSL189º50%76.47%-
HSV(B)189º26.67%88.24%-
XYZ53.6662.5580.48-
YUV201.78141.1101.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.23%
GREEN value IS 216 (84.77% from 255) = 35.64%
BLUE value IS 225 (88.28% from 255) = 37.13%
R=27.23%
G=35.64%
B=37.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652162250.270.0400.121895076.47
HexA5D8E11B40Cbd324c
Octal24533034133401427562114
Binary1010010111011000111000011101110001100101111011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D8E1; }

 p { color: rgb(165,216,225); }

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

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

 a { background-color: rgb(165,216,225); }

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

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

 span { border-color: rgb(165,216,225); }

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