#A1C3CD

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

Shades of Regent St Blue #A1C3CD

Tints of Regent St Blue #A1C3CD

Color information

#A1C3CD (or 0xA1C3CD) is unknown color: approx Regent St Blue. HEX triplet: A1, C3 and CD. RGB value is (161,195,205). Sum of RGB (Red+Green+Blue) = 161+195+205=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1C3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C3CD is #5E3C32. Grayscale: #B9B9B9. Windows color (decimal): -6175795 or 13484961. OLE color: 13484961.

HSL color Cylindrical-coordinate representation of color #A1C3CD: hue angle of 193.64º 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 #A1C3CD is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161195205-
CMYK0.210.0500.20
HSL193.64º30.56%71.76%-
HSV(B)193.64º21.46%80.39%-
XYZ45.2351.0265.22-
YUV185.97138.74110.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.70%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=28.70%
G=34.76%
B=36.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611952050.210.0500.20193.6430.5671.76
HexA1C3CD155014c21f48
Octal24130331525502430237110
Binary1010000111000011110011011010110101010011000010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C3CD; }

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

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

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

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

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

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

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

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