#A4C9CF

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

Shades of Regent St Blue #A4C9CF

Tints of Regent St Blue #A4C9CF

Color information

#A4C9CF (or 0xA4C9CF) is unknown color: approx Regent St Blue. HEX triplet: A4, C9 and CF. RGB value is (164,201,207). Sum of RGB (Red+Green+Blue) = 164+201+207=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4C9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C9CF is #5B3630. Grayscale: #BEBEBE. Windows color (decimal): -5977649 or 13617572. OLE color: 13617572.

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

Color convert

RGB164201207-
CMYK0.210.0300.19
HSL188.37º30.94%72.75%-
HSV(B)188.37º20.77%81.18%-
XYZ47.4654.1766.99-
YUV190.62137.24109.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.67%
GREEN value IS 201 (78.91% from 255) = 35.14%
BLUE value IS 207 (81.25% from 255) = 36.19%
R=28.67%
G=35.14%
B=36.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1642012070.210.0300.19188.3730.9472.75
HexA4C9CF153013bc1f49
Octal24431131725302327437111
Binary101001001100100111001111101011101001110111100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C9CF; }

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

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

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

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

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

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

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

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