#A7C5CB

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

Shades of Regent St Blue #A7C5CB

Tints of Regent St Blue #A7C5CB

Color information

#A7C5CB (or 0xA7C5CB) is unknown color: approx Regent St Blue. HEX triplet: A7, C5 and CB. RGB value is (167,197,203). Sum of RGB (Red+Green+Blue) = 167+197+203=567 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.45% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #A7C5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C5CB is #583A34. Grayscale: #BCBCBC. Windows color (decimal): -5782069 or 13354407. OLE color: 13354407.

HSL color Cylindrical-coordinate representation of color #A7C5CB: hue angle of 190º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7C5CB is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167197203-
CMYK0.180.0300.20
HSL190º25.71%72.55%-
HSV(B)190º17.73%79.61%-
XYZ46.6852.4664.17-
YUV188.71136.06112.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.45%
GREEN value IS 197 (77.34% from 255) = 34.74%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=29.45%
G=34.74%
B=35.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671972030.180.0300.2019025.7172.55
HexA7C5CB123014be1a49
Octal24730531322302427632111
Binary101001111100010111001011100101101010010111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C5CB; }

 p { color: rgb(167,197,203); }

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

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

 a { background-color: rgb(167,197,203); }

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

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

 span { border-color: rgb(167,197,203); }

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