#A2C6CF

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

Shades of Regent St Blue #A2C6CF

Tints of Regent St Blue #A2C6CF

Color information

#A2C6CF (or 0xA2C6CF) is unknown color: approx Regent St Blue. HEX triplet: A2, C6 and CF. RGB value is (162,198,207). Sum of RGB (Red+Green+Blue) = 162+198+207=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2C6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C6CF is #5D3930. Grayscale: #BCBCBC. Windows color (decimal): -6109489 or 13616802. OLE color: 13616802.

HSL color Cylindrical-coordinate representation of color #A2C6CF: hue angle of 192º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2C6CF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162198207-
CMYK0.220.0400.19
HSL192º31.91%72.35%-
HSV(B)192º21.74%81.18%-
XYZ46.3652.5766.74-
YUV188.26138.57109.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.57%
GREEN value IS 198 (77.73% from 255) = 34.92%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=28.57%
G=34.92%
B=36.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621982070.220.0400.1919231.9172.35
HexA2C6CF164013c02048
Octal24230631726402330040110
Binary10100010110001101100111110110100010011110000001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C6CF; }

 p { color: rgb(162,198,207); }

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

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

 a { background-color: rgb(162,198,207); }

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

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

 span { border-color: rgb(162,198,207); }

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