#A1C6DD

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

Shades of Regent St Blue #A1C6DD

Tints of Regent St Blue #A1C6DD

Color information

#A1C6DD (or 0xA1C6DD) is unknown color: approx Regent St Blue. HEX triplet: A1, C6 and DD. RGB value is (161,198,221). Sum of RGB (Red+Green+Blue) = 161+198+221=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1C6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C6DD is #5E3922. Grayscale: #BDBDBD. Windows color (decimal): -6175011 or 14534305. OLE color: 14534305.

HSL color Cylindrical-coordinate representation of color #A1C6DD: hue angle of 203º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1C6DD is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161198221-
CMYK0.270.1000.13
HSL203º46.87%74.9%-
HSV(B)203º27.15%86.67%-
XYZ47.9453.1976.15-
YUV189.56145.74107.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.76%
GREEN value IS 198 (77.73% from 255) = 34.14%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=27.76%
G=34.14%
B=38.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611982210.270.1000.1320346.8774.9
HexA1C6DD1BA0Dcb2f4b
Octal241306335331201531357113
Binary10100001110001101101110111011101001101110010111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C6DD; }

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

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

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

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

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

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

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

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