#A4C4CA

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

Shades of Regent St Blue #A4C4CA

Tints of Regent St Blue #A4C4CA

Color information

#A4C4CA (or 0xA4C4CA) is unknown color: approx Regent St Blue. HEX triplet: A4, C4 and CA. RGB value is (164,196,202). Sum of RGB (Red+Green+Blue) = 164+196+202=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #A4C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C4CA is #5B3B35. Grayscale: #BBBBBB. Windows color (decimal): -5978934 or 13288612. OLE color: 13288612.

HSL color Cylindrical-coordinate representation of color #A4C4CA: hue angle of 189.47º degrees, saturation: 0.26, 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 #A4C4CA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164196202-
CMYK0.190.0300.21
HSL189.47º26.39%71.76%-
HSV(B)189.47º18.81%79.22%-
XYZ45.7151.6463.43-
YUV187.12136.4111.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.18%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=29.18%
G=34.88%
B=35.94%

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
Decimal1641962020.190.0300.21189.4726.3971.76
HexA4C4CA133015bd1a48
Octal24430431223302527532110
Binary101001001100010011001010100111101010110111101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C4CA; }

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

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

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

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

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

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

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

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