#A6C7D0

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

Shades of Regent St Blue #A6C7D0

Tints of Regent St Blue #A6C7D0

Color information

#A6C7D0 (or 0xA6C7D0) is unknown color: approx Regent St Blue. HEX triplet: A6, C7 and D0. RGB value is (166,199,208). Sum of RGB (Red+Green+Blue) = 166+199+208=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #A6C7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C7D0 is #59382F. Grayscale: #BEBEBE. Windows color (decimal): -5847088 or 13682598. OLE color: 13682598.

HSL color Cylindrical-coordinate representation of color #A6C7D0: hue angle of 192.86º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6C7D0 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166199208-
CMYK0.200.0400.18
HSL192.86º30.88%73.33%-
HSV(B)192.86º20.19%81.57%-
XYZ47.5353.5167.5-
YUV190.16138.07110.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.97%
GREEN value IS 199 (78.12% from 255) = 34.73%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=28.97%
G=34.73%
B=36.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661992080.200.0400.18192.8630.8873.33
HexA6C7D0144012c11f49
Octal24630732024402230137111
Binary1010011011000111110100001010010001001011000001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C7D0; }

 p { color: rgb(166,199,208); }

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

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

 a { background-color: rgb(166,199,208); }

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

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

 span { border-color: rgb(166,199,208); }

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