#A1CAD1

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

Shades of Regent St Blue #A1CAD1

Tints of Regent St Blue #A1CAD1

Color information

#A1CAD1 (or 0xA1CAD1) is unknown color: approx Regent St Blue. HEX triplet: A1, CA and D1. RGB value is (161,202,209). Sum of RGB (Red+Green+Blue) = 161+202+209=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #A1CAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CAD1 is #5E352E. Grayscale: #BEBEBE. Windows color (decimal): -6173999 or 13748897. OLE color: 13748897.

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

Color convert

RGB161202209-
CMYK0.230.0300.18
HSL188.75º34.29%72.55%-
HSV(B)188.75º22.97%81.96%-
XYZ47.3354.4268.33-
YUV190.54138.42106.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.15%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 209 (82.03% from 255) = 36.54%
R=28.15%
G=35.31%
B=36.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612022090.230.0300.18188.7534.2972.55
HexA1CAD1173012bd2249
Octal24131232127302227542111
Binary1010000111001010110100011011111010010101111011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CAD1; }

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

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

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

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

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

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

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

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