#A3C4CA

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

Shades of Regent St Blue #A3C4CA

Tints of Regent St Blue #A3C4CA

Color information

#A3C4CA (or 0xA3C4CA) is unknown color: approx Regent St Blue. HEX triplet: A3, C4 and CA. RGB value is (163,196,202). Sum of RGB (Red+Green+Blue) = 163+196+202=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C4CA is #5C3B35. Grayscale: #BABABA. Windows color (decimal): -6044470 or 13288611. OLE color: 13288611.

HSL color Cylindrical-coordinate representation of color #A3C4CA: hue angle of 189.23º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3C4CA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163196202-
CMYK0.190.0300.21
HSL189.23º26.9%71.57%-
HSV(B)189.23º19.31%79.22%-
XYZ45.551.5363.43-
YUV186.82136.57111.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.06%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=29.06%
G=34.94%
B=36.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631962020.190.0300.21189.2326.971.57
HexA3C4CA133015bd1b48
Octal24330431223302527533110
Binary101000111100010011001010100111101010110111101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C4CA; }

 p { color: rgb(163,196,202); }

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

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

 a { background-color: rgb(163,196,202); }

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

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

 span { border-color: rgb(163,196,202); }

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