#A1C1CD

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

Shades of Regent St Blue #A1C1CD

Tints of Regent St Blue #A1C1CD

Color information

#A1C1CD (or 0xA1C1CD) is unknown color: approx Regent St Blue. HEX triplet: A1, C1 and CD. RGB value is (161,193,205). Sum of RGB (Red+Green+Blue) = 161+193+205=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 193 (75.78% from 255 or 34.53% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #A1C1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C1CD is #5E3E32. Grayscale: #B8B8B8. Windows color (decimal): -6176307 or 13484449. OLE color: 13484449.

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

Color convert

RGB161193205-
CMYK0.210.0600.20
HSL196.36º30.56%71.76%-
HSV(B)196.36º21.46%80.39%-
XYZ44.7950.1265.07-
YUV184.8139.4111.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.80%
GREEN value IS 193 (75.78% from 255) = 34.53%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=28.80%
G=34.53%
B=36.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611932050.210.0600.20196.3630.5671.76
HexA1C1CD156014c41f48
Octal24130131525602430437110
Binary1010000111000001110011011010111001010011000100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C1CD; }

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

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

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

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

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

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

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

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