#A1CED5

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

Shades of Regent St Blue #A1CED5

Tints of Regent St Blue #A1CED5

Color information

#A1CED5 (or 0xA1CED5) is unknown color: approx Regent St Blue. HEX triplet: A1, CE and D5. RGB value is (161,206,213). Sum of RGB (Red+Green+Blue) = 161+206+213=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 213 - color contains mainly: blue. Hex color #A1CED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CED5 is #5E312A. Grayscale: #C1C1C1. Windows color (decimal): -6172971 or 14012065. OLE color: 14012065.

HSL color Cylindrical-coordinate representation of color #A1CED5: hue angle of 188.08º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1CED5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161206213-
CMYK0.240.0300.16
HSL188.08º38.24%73.33%-
HSV(B)188.08º24.41%83.53%-
XYZ48.7856.5271.29-
YUV193.34139.09104.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.76%
GREEN value IS 206 (80.86% from 255) = 35.52%
BLUE value IS 213 (83.59% from 255) = 36.72%
R=27.76%
G=35.52%
B=36.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612062130.240.0300.16188.0838.2473.33
HexA1CED5183010bc2649
Octal24131632530302027446111
Binary1010000111001110110101011100011010000101111001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CED5; }

 p { color: rgb(161,206,213); }

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

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

 a { background-color: rgb(161,206,213); }

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

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

 span { border-color: rgb(161,206,213); }

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