#A4C3CF

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

Shades of Regent St Blue #A4C3CF

Tints of Regent St Blue #A4C3CF

Color information

#A4C3CF (or 0xA4C3CF) is unknown color: approx Regent St Blue. HEX triplet: A4, C3 and CF. RGB value is (164,195,207). Sum of RGB (Red+Green+Blue) = 164+195+207=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4C3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C3CF is #5B3C30. Grayscale: #BBBBBB. Windows color (decimal): -5979185 or 13616036. OLE color: 13616036.

HSL color Cylindrical-coordinate representation of color #A4C3CF: hue angle of 196.74º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4C3CF is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164195207-
CMYK0.210.0600.19
HSL196.74º30.94%72.75%-
HSV(B)196.74º20.77%81.18%-
XYZ46.0951.4366.53-
YUV187.1139.23111.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.98%
GREEN value IS 195 (76.56% from 255) = 34.45%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=28.98%
G=34.45%
B=36.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641952070.210.0600.19196.7430.9472.75
HexA4C3CF156013c51f49
Octal24430331725602330537111
Binary1010010011000011110011111010111001001111000101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C3CF; }

 p { color: rgb(164,195,207); }

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

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

 a { background-color: rgb(164,195,207); }

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

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

 span { border-color: rgb(164,195,207); }

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