#A2C9DC

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

Shades of Regent St Blue #A2C9DC

Tints of Regent St Blue #A2C9DC

Color information

#A2C9DC (or 0xA2C9DC) is unknown color: approx Regent St Blue. HEX triplet: A2, C9 and DC. RGB value is (162,201,220). Sum of RGB (Red+Green+Blue) = 162+201+220=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #A2C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C9DC is #5D3623. Grayscale: #BFBFBF. Windows color (decimal): -6108708 or 14469538. OLE color: 14469538.

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

Color convert

RGB162201220-
CMYK0.260.0900.14
HSL199.66º45.31%74.9%-
HSV(B)199.66º26.36%86.27%-
XYZ48.7154.6275.69-
YUV191.5144.08106.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.79%
GREEN value IS 201 (78.91% from 255) = 34.48%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=27.79%
G=34.48%
B=37.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622012200.260.0900.14199.6645.3174.9
HexA2C9DC1A90Ec82d4b
Octal242311334321101631055113
Binary10100010110010011101110011010100101110110010001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C9DC; }

 p { color: rgb(162,201,220); }

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

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

 a { background-color: rgb(162,201,220); }

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

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

 span { border-color: rgb(162,201,220); }

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