#A7DCDE

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

Shades of Charlotte #A7DCDE

Tints of Charlotte #A7DCDE

Color information

#A7DCDE (or 0xA7DCDE) is unknown color: approx Charlotte. HEX triplet: A7, DC and DE. RGB value is (167,220,222). Sum of RGB (Red+Green+Blue) = 167+220+222=609 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.42% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #A7DCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCDE is #582321. Grayscale: #CCCCCC. Windows color (decimal): -5776162 or 14605479. OLE color: 14605479.

HSL color Cylindrical-coordinate representation of color #A7DCDE: hue angle of 182.18º degrees, saturation: 0.45, 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 #A7DCDE is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167220222-
CMYK0.250.0100.13
HSL182.18º45.45%76.27%-
HSV(B)182.18º24.77%87.06%-
XYZ54.7164.6878.71-
YUV204.38137.94101.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.42%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=27.42%
G=36.12%
B=36.45%

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
Decimal1672202220.250.0100.13182.1845.4576.27
HexA7DCDE1910Db62d4c
Octal24733433631101526655114
Binary10100111110111001101111011001101101101101101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DCDE; }

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

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

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

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

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

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

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

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