#A7CAD7

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

Shades of Regent St Blue #A7CAD7

Tints of Regent St Blue #A7CAD7

Color information

#A7CAD7 (or 0xA7CAD7) is unknown color: approx Regent St Blue. HEX triplet: A7, CA and D7. RGB value is (167,202,215). Sum of RGB (Red+Green+Blue) = 167+202+215=584 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.60% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #A7CAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CAD7 is #583528. Grayscale: #C0C0C0. Windows color (decimal): -5780777 or 14142119. OLE color: 14142119.

HSL color Cylindrical-coordinate representation of color #A7CAD7: hue angle of 196.25º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7CAD7 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167202215-
CMYK0.220.0600.16
HSL196.25º37.5%74.9%-
HSV(B)196.25º22.33%84.31%-
XYZ49.3255.3672.38-
YUV193.02140.4109.44-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.60%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 215 (84.38% from 255) = 36.82%
R=28.60%
G=34.59%
B=36.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672022150.220.0600.16196.2537.574.9
HexA7CAD7166010c4254b
Octal24731232726602030445113
Binary10100111110010101101011110110110010000110001001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CAD7; }

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

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

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

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

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

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

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

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