#A2C3CC

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

Shades of Regent St Blue #A2C3CC

Tints of Regent St Blue #A2C3CC

Color information

#A2C3CC (or 0xA2C3CC) is unknown color: approx Regent St Blue. HEX triplet: A2, C3 and CC. RGB value is (162,195,204). Sum of RGB (Red+Green+Blue) = 162+195+204=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #A2C3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C3CC is #5D3C33. Grayscale: #BABABA. Windows color (decimal): -6110260 or 13419426. OLE color: 13419426.

HSL color Cylindrical-coordinate representation of color #A2C3CC: hue angle of 192.86º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2C3CC is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB162195204-
CMYK0.210.0400.2
HSL192.86º29.17%71.76%-
HSV(B)192.86º20.59%80%-
XYZ45.3151.0764.6-
YUV186.16138.07110.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.88%
GREEN value IS 195 (76.56% from 255) = 34.76%
BLUE value IS 204 (80.08% from 255) = 36.36%
R=28.88%
G=34.76%
B=36.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1621952040.210.0400.2192.8629.1771.76
HexA2C3CC154014c11d48
Octal24230331425402430135110
Binary1010001011000011110011001010110001010011000001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C3CC; }

 p { color: rgb(162,195,204); }

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

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

 a { background-color: rgb(162,195,204); }

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

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

 span { border-color: rgb(162,195,204); }

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