#A1C7D1

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

Shades of Regent St Blue #A1C7D1

Tints of Regent St Blue #A1C7D1

Color information

#A1C7D1 (or 0xA1C7D1) is unknown color: approx Regent St Blue. HEX triplet: A1, C7 and D1. RGB value is (161,199,209). Sum of RGB (Red+Green+Blue) = 161+199+209=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1C7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C7D1 is #5E382E. Grayscale: #BCBCBC. Windows color (decimal): -6174767 or 13748129. OLE color: 13748129.

HSL color Cylindrical-coordinate representation of color #A1C7D1: hue angle of 192.5º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1C7D1 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161199209-
CMYK0.230.0500.18
HSL192.5º34.29%72.55%-
HSV(B)192.5º22.97%81.96%-
XYZ46.6353.0368.1-
YUV188.78139.41108.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 199 (78.12% from 255) = 34.97%
BLUE value IS 209 (82.03% from 255) = 36.73%
R=28.30%
G=34.97%
B=36.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611992090.230.0500.18192.534.2972.55
HexA1C7D1175012c02249
Octal24130732127502230042111
Binary10100001110001111101000110111101010010110000001000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C7D1; }

 p { color: rgb(161,199,209); }

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

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

 a { background-color: rgb(161,199,209); }

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

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

 span { border-color: rgb(161,199,209); }

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