#A1C3D1

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

Shades of Regent St Blue #A1C3D1

Tints of Regent St Blue #A1C3D1

Color information

#A1C3D1 (or 0xA1C3D1) is unknown color: approx Regent St Blue. HEX triplet: A1, C3 and D1. RGB value is (161,195,209). Sum of RGB (Red+Green+Blue) = 161+195+209=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1C3D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C3D1 is #5E3C2E. Grayscale: #BABABA. Windows color (decimal): -6175791 or 13747105. OLE color: 13747105.

HSL color Cylindrical-coordinate representation of color #A1C3D1: hue angle of 197.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 #A1C3D1 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161195209-
CMYK0.230.0700.18
HSL197.5º34.29%72.55%-
HSV(B)197.5º22.97%81.96%-
XYZ45.7251.2167.8-
YUV186.43140.74109.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.50%
GREEN value IS 195 (76.56% from 255) = 34.51%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=28.50%
G=34.51%
B=36.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611952090.230.0700.18197.534.2972.55
HexA1C3D1177012c62249
Octal24130332127702230642111
Binary10100001110000111101000110111111010010110001101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C3D1; }

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

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

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

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

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

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

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

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