#A7DCDF

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

Shades of Charlotte #A7DCDF

Tints of Charlotte #A7DCDF

Color information

#A7DCDF (or 0xA7DCDF) is unknown color: approx Charlotte. HEX triplet: A7, DC and DF. RGB value is (167,220,223). Sum of RGB (Red+Green+Blue) = 167+220+223=610 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.38% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCDF is #582320. Grayscale: #CCCCCC. Windows color (decimal): -5776161 or 14671015. OLE color: 14671015.

HSL color Cylindrical-coordinate representation of color #A7DCDF: hue angle of 183.21º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7DCDF is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167220223-
CMYK0.250.0100.13
HSL183.21º46.67%76.47%-
HSV(B)183.21º25.11%87.45%-
XYZ54.8564.7379.42-
YUV204.49138.44101.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.38%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=27.38%
G=36.07%
B=36.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672202230.250.0100.13183.2146.6776.47
HexA7DCDF1910Db72f4c
Octal24733433731101526757114
Binary10100111110111001101111111001101101101101111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DCDF; }

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

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

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

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

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

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

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

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