#A5DADC

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

Shades of Charlotte #A5DADC

Tints of Charlotte #A5DADC

Color information

#A5DADC (or 0xA5DADC) is unknown color: approx Charlotte. HEX triplet: A5, DA and DC. RGB value is (165,218,220). Sum of RGB (Red+Green+Blue) = 165+218+220=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DADC is #5A2523. Grayscale: #CACACA. Windows color (decimal): -5907748 or 14473893. OLE color: 14473893.

HSL color Cylindrical-coordinate representation of color #A5DADC: hue angle of 182.18º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5DADC is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165218220-
CMYK0.250.0100.14
HSL182.18º44%75.49%-
HSV(B)182.18º25%86.27%-
XYZ53.5163.3177.11-
YUV202.38137.94101.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.36%
GREEN value IS 218 (85.55% from 255) = 36.15%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=27.36%
G=36.15%
B=36.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652182200.250.0100.14182.184475.49
HexA5DADC1910Eb62c4b
Octal24533233431101626654113
Binary10100101110110101101110011001101110101101101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DADC; }

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

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

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

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

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

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

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

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