#a5dce3

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

Shades of Charlotte #A5DCE3

Tints of Charlotte #A5DCE3

Color information

#A5DCE3 (or 0xA5DCE3) is unknown color: approx Charlotte. HEX triplet: A5, DC and E3. RGB value is (165,220,227). Sum of RGB (Red+Green+Blue) = 165+220+227=612 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.96% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 227 - color contains mainly: blue. Hex color #A5DCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCE3 is #5A231C. Grayscale: #CCCCCC. Windows color (decimal): -5907229 or 14933157. OLE color: 14933157.

HSL color Cylindrical-coordinate representation of color #A5DCE3: hue angle of 186.77º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5DCE3 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165220227-
CMYK0.270.0300.11
HSL186.77º52.54%76.86%-
HSV(B)186.77º27.31%89.02%-
XYZ54.9864.7382.27-
YUV204.35140.7899.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.96%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 227 (89.06% from 255) = 37.09%
R=26.96%
G=35.95%
B=37.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652202270.270.0300.11186.7752.5476.86
HexA5DCE31B30Bbb354d
Octal24533434333301327365115
Binary101001011101110011100011110111101011101110111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5dce3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5dce3; }

 p { color: rgb(165,220,227); }

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

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

 a { background-color: rgb(165,220,227); }

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

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

 span { border-color: rgb(165,220,227); }

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