#A1C6CD

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

Shades of Regent St Blue #A1C6CD

Tints of Regent St Blue #A1C6CD

Color information

#A1C6CD (or 0xA1C6CD) is unknown color: approx Regent St Blue. HEX triplet: A1, C6 and CD. RGB value is (161,198,205). Sum of RGB (Red+Green+Blue) = 161+198+205=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C6CD is #5E3932. Grayscale: #BBBBBB. Windows color (decimal): -6175027 or 13485729. OLE color: 13485729.

HSL color Cylindrical-coordinate representation of color #A1C6CD: hue angle of 189.55º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1C6CD is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161198205-
CMYK0.210.0300.20
HSL189.55º30.56%71.76%-
HSV(B)189.55º21.46%80.39%-
XYZ45.9152.3765.45-
YUV187.74137.74108.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 198 (77.73% from 255) = 35.11%
BLUE value IS 205 (80.47% from 255) = 36.35%
R=28.55%
G=35.11%
B=36.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611982050.210.0300.20189.5530.5671.76
HexA1C6CD153014be1f48
Octal24130631525302427637110
Binary101000011100011011001101101011101010010111110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C6CD; }

 p { color: rgb(161,198,205); }

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

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

 a { background-color: rgb(161,198,205); }

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

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

 span { border-color: rgb(161,198,205); }

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