#A1C5DC

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

Shades of Regent St Blue #A1C5DC

Tints of Regent St Blue #A1C5DC

Color information

#A1C5DC (or 0xA1C5DC) is unknown color: approx Regent St Blue. HEX triplet: A1, C5 and DC. RGB value is (161,197,220). Sum of RGB (Red+Green+Blue) = 161+197+220=578 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.85% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1C5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C5DC is #5E3A23. Grayscale: #BCBCBC. Windows color (decimal): -6175268 or 14468513. OLE color: 14468513.

HSL color Cylindrical-coordinate representation of color #A1C5DC: hue angle of 203.39º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1C5DC is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB161197220-
CMYK0.270.1000.14
HSL203.39º45.74%74.71%-
HSV(B)203.39º26.82%86.27%-
XYZ47.5852.6875.37-
YUV188.86145.57108.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.85%
GREEN value IS 197 (77.34% from 255) = 34.08%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=27.85%
G=34.08%
B=38.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1611972200.270.1000.14203.3945.7474.71
HexA1C5DC1BA0Ecb2e4b
Octal241305334331201631356113
Binary10100001110001011101110011011101001110110010111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C5DC; }

 p { color: rgb(161,197,220); }

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

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

 a { background-color: rgb(161,197,220); }

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

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

 span { border-color: rgb(161,197,220); }

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