#A1C4CB

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

Shades of Regent St Blue #A1C4CB

Tints of Regent St Blue #A1C4CB

Color information

#A1C4CB (or 0xA1C4CB) is unknown color: approx Regent St Blue. HEX triplet: A1, C4 and CB. RGB value is (161,196,203). Sum of RGB (Red+Green+Blue) = 161+196+203=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #A1C4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C4CB is #5E3B34. Grayscale: #BABABA. Windows color (decimal): -6175541 or 13354145. OLE color: 13354145.

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

Color convert

RGB161196203-
CMYK0.210.0300.20
HSL190º28.77%71.37%-
HSV(B)190º20.69%79.61%-
XYZ45.2251.3764.03-
YUV186.33137.4109.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.75%
GREEN value IS 196 (76.95% from 255) = 35%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=28.75%
G=35%
B=36.25%

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
Decimal1611962030.210.0300.2019028.7771.37
HexA1C4CB153014be1d47
Octal24130431325302427635107
Binary101000011100010011001011101011101010010111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C4CB; }

 p { color: rgb(161,196,203); }

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

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

 a { background-color: rgb(161,196,203); }

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

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

 span { border-color: rgb(161,196,203); }

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