#A4C3CB

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

Shades of Regent St Blue #A4C3CB

Tints of Regent St Blue #A4C3CB

Color information

#A4C3CB (or 0xA4C3CB) is unknown color: approx Regent St Blue. HEX triplet: A4, C3 and CB. RGB value is (164,195,203). Sum of RGB (Red+Green+Blue) = 164+195+203=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #A4C3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C3CB is #5B3C34. Grayscale: #BABABA. Windows color (decimal): -5979189 or 13353892. OLE color: 13353892.

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

Color convert

RGB164195203-
CMYK0.190.0400.20
HSL192.31º27.27%71.96%-
HSV(B)192.31º19.21%79.61%-
XYZ45.651.2363.99-
YUV186.64137.23111.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.18%
GREEN value IS 195 (76.56% from 255) = 34.70%
BLUE value IS 203 (79.69% from 255) = 36.12%
R=29.18%
G=34.70%
B=36.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641952030.190.0400.20192.3127.2771.96
HexA4C3CB134014c01b48
Octal24430331323402430033110
Binary1010010011000011110010111001110001010011000000110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C3CB; }

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

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

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

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

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

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

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

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