#A1C2D0

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

Shades of Regent St Blue #A1C2D0

Tints of Regent St Blue #A1C2D0

Color information

#A1C2D0 (or 0xA1C2D0) is unknown color: approx Regent St Blue. HEX triplet: A1, C2 and D0. RGB value is (161,194,208). Sum of RGB (Red+Green+Blue) = 161+194+208=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #A1C2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C2D0 is #5E3D2F. Grayscale: #B9B9B9. Windows color (decimal): -6176048 or 13681313. OLE color: 13681313.

HSL color Cylindrical-coordinate representation of color #A1C2D0: hue angle of 197.87º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1C2D0 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161194208-
CMYK0.230.0700.18
HSL197.87º33.33%72.35%-
HSV(B)197.87º22.6%81.57%-
XYZ45.3750.7167.07-
YUV185.73140.57110.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 194 (76.17% from 255) = 34.46%
BLUE value IS 208 (81.64% from 255) = 36.94%
R=28.60%
G=34.46%
B=36.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611942080.230.0700.18197.8733.3372.35
HexA1C2D0177012c62148
Octal24130232027702230641110
Binary10100001110000101101000010111111010010110001101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C2D0; }

 p { color: rgb(161,194,208); }

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

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

 a { background-color: rgb(161,194,208); }

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

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

 span { border-color: rgb(161,194,208); }

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