#A2C6DD

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

Shades of Regent St Blue #A2C6DD

Tints of Regent St Blue #A2C6DD

Color information

#A2C6DD (or 0xA2C6DD) is unknown color: approx Regent St Blue. HEX triplet: A2, C6 and DD. RGB value is (162,198,221). Sum of RGB (Red+Green+Blue) = 162+198+221=581 (76% of max value = 765). Red value is 162 (63.67% from 255 or 27.88% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2C6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C6DD is #5D3922. Grayscale: #BDBDBD. Windows color (decimal): -6109475 or 14534306. OLE color: 14534306.

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

Color convert

RGB162198221-
CMYK0.270.1000.13
HSL203.39º46.46%75.1%-
HSV(B)203.39º26.7%86.67%-
XYZ48.1553.2976.16-
YUV189.86145.57108.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.88%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=27.88%
G=34.08%
B=38.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621982210.270.1000.13203.3946.4675.1
HexA2C6DD1BA0Dcb2e4b
Octal242306335331201531356113
Binary10100010110001101101110111011101001101110010111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C6DD; }

 p { color: rgb(162,198,221); }

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

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

 a { background-color: rgb(162,198,221); }

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

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

 span { border-color: rgb(162,198,221); }

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