#A9DADC

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

Shades of Charlotte #A9DADC

Tints of Charlotte #A9DADC

Color information

#A9DADC (or 0xA9DADC) is unknown color: approx Charlotte. HEX triplet: A9, DA and DC. RGB value is (169,218,220). Sum of RGB (Red+Green+Blue) = 169+218+220=607 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.84% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DADC is #562523. Grayscale: #CBCBCB. Windows color (decimal): -5645604 or 14473897. OLE color: 14473897.

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

Color convert

RGB169218220-
CMYK0.230.0100.14
HSL182.35º42.15%76.27%-
HSV(B)182.35º23.18%86.27%-
XYZ54.3563.7577.15-
YUV203.58137.27103.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.84%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=27.84%
G=35.91%
B=36.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692182200.230.0100.14182.3542.1576.27
HexA9DADC1710Eb62a4c
Octal25133233427101626652114
Binary10101001110110101101110010111101110101101101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DADC; }

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

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

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

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

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

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

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

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