#A7CAD8

Color #A7CAD8 Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #A7CAD8

Tints of Regent St Blue #A7CAD8

Color information

#A7CAD8 (or 0xA7CAD8) is unknown color: approx Regent St Blue. HEX triplet: A7, CA and D8. RGB value is (167,202,216). Sum of RGB (Red+Green+Blue) = 167+202+216=585 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.55% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #A7CAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CAD8 is #583527. Grayscale: #C1C1C1. Windows color (decimal): -5780776 or 14207655. OLE color: 14207655.

HSL color Cylindrical-coordinate representation of color #A7CAD8: hue angle of 197.14º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7CAD8 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB167202216-
CMYK0.230.0600.15
HSL197.14º38.58%75.1%-
HSV(B)197.14º22.69%84.71%-
XYZ49.4555.4173.06-
YUV193.13140.9109.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.55%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 216 (84.77% from 255) = 36.92%
R=28.55%
G=34.53%
B=36.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672022160.230.0600.15197.1438.5875.1
HexA7CAD81760Fc5274b
Octal24731233027601730547113
Binary1010011111001010110110001011111001111110001011001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CAD8; }

 p { color: rgb(167,202,216); }

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

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

 a { background-color: rgb(167,202,216); }

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

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

 span { border-color: rgb(167,202,216); }

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