#A7DBDC

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

Shades of Charlotte #A7DBDC

Tints of Charlotte #A7DBDC

Color information

#A7DBDC (or 0xA7DBDC) is unknown color: approx Charlotte. HEX triplet: A7, DB and DC. RGB value is (167,219,220). Sum of RGB (Red+Green+Blue) = 167+219+220=606 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.56% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBDC is #582423. Grayscale: #CBCBCB. Windows color (decimal): -5776420 or 14474151. OLE color: 14474151.

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

Color convert

RGB167219220-
CMYK0.240.0000.14
HSL181.13º43.09%75.88%-
HSV(B)181.13º24.09%86.27%-
XYZ54.1964.0577.22-
YUV203.57137.27101.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.56%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=27.56%
G=36.14%
B=36.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672192200.240.0000.14181.1343.0975.88
HexA7DBDC1800Eb52b4c
Octal24733333430001626553114
Binary10100111110110111101110011000001110101101011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DBDC; }

 p { color: rgb(167,219,220); }

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

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

 a { background-color: rgb(167,219,220); }

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

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

 span { border-color: rgb(167,219,220); }

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