#A1D2DC

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

Shades of Regent St Blue #A1D2DC

Tints of Regent St Blue #A1D2DC

Color information

#A1D2DC (or 0xA1D2DC) is unknown color: approx Regent St Blue. HEX triplet: A1, D2 and DC. RGB value is (161,210,220). Sum of RGB (Red+Green+Blue) = 161+210+220=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1D2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D2DC is #5E2D23. Grayscale: #C4C4C4. Windows color (decimal): -6171940 or 14471841. OLE color: 14471841.

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

Color convert

RGB161210220-
CMYK0.270.0500.14
HSL190.17º45.74%74.71%-
HSV(B)190.17º26.82%86.27%-
XYZ50.6658.8476.4-
YUV196.49141.27102.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.24%
GREEN value IS 210 (82.42% from 255) = 35.53%
BLUE value IS 220 (86.33% from 255) = 37.23%
R=27.24%
G=35.53%
B=37.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612102200.270.0500.14190.1745.7474.71
HexA1D2DC1B50Ebe2e4b
Octal24132233433501627656113
Binary1010000111010010110111001101110101110101111101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D2DC; }

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

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

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

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

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

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

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

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