#A2CED9

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

Shades of Regent St Blue #A2CED9

Tints of Regent St Blue #A2CED9

Color information

#A2CED9 (or 0xA2CED9) is unknown color: approx Regent St Blue. HEX triplet: A2, CE and D9. RGB value is (162,206,217). Sum of RGB (Red+Green+Blue) = 162+206+217=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 217 - color contains mainly: blue. Hex color #A2CED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CED9 is #5D3126. Grayscale: #C2C2C2. Windows color (decimal): -6107431 or 14274210. OLE color: 14274210.

HSL color Cylindrical-coordinate representation of color #A2CED9: hue angle of 192º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2CED9 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB162206217-
CMYK0.250.0500.15
HSL192º41.98%74.31%-
HSV(B)192º25.35%85.1%-
XYZ49.556.8374.01-
YUV194.1140.92105.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.69%
GREEN value IS 206 (80.86% from 255) = 35.21%
BLUE value IS 217 (85.16% from 255) = 37.09%
R=27.69%
G=35.21%
B=37.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622062170.250.0500.1519241.9874.31
HexA2CED91950Fc02a4a
Octal24231633131501730052112
Binary1010001011001110110110011100110101111110000001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CED9; }

 p { color: rgb(162,206,217); }

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

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

 a { background-color: rgb(162,206,217); }

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

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

 span { border-color: rgb(162,206,217); }

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