#A1CEDC

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

Shades of Regent St Blue #A1CEDC

Tints of Regent St Blue #A1CEDC

Color information

#A1CEDC (or 0xA1CEDC) is unknown color: approx Regent St Blue. HEX triplet: A1, CE and DC. RGB value is (161,206,220). Sum of RGB (Red+Green+Blue) = 161+206+220=587 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.43% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEDC is #5E3123. Grayscale: #C2C2C2. Windows color (decimal): -6172964 or 14470817. OLE color: 14470817.

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

Color convert

RGB161206220-
CMYK0.270.0600.14
HSL194.24º45.74%74.71%-
HSV(B)194.24º26.82%86.27%-
XYZ49.6956.8976.07-
YUV194.14142.59104.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.43%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=27.43%
G=35.09%
B=37.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612062200.270.0600.14194.2445.7474.71
HexA1CEDC1B60Ec22e4b
Octal24131633433601630256113
Binary1010000111001110110111001101111001110110000101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEDC; }

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

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

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

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

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

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

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

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