#A4C6CD

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

Shades of Regent St Blue #A4C6CD

Tints of Regent St Blue #A4C6CD

Color information

#A4C6CD (or 0xA4C6CD) is unknown color: approx Regent St Blue. HEX triplet: A4, C6 and CD. RGB value is (164,198,205). Sum of RGB (Red+Green+Blue) = 164+198+205=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C6CD is #5B3932. Grayscale: #BCBCBC. Windows color (decimal): -5978419 or 13485732. OLE color: 13485732.

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

Color convert

RGB164198205-
CMYK0.20.0300.20
HSL190.24º29.08%72.35%-
HSV(B)190.24º20%80.39%-
XYZ46.5252.6965.48-
YUV188.63137.24110.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.92%
GREEN value IS 198 (77.73% from 255) = 34.92%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=28.92%
G=34.92%
B=36.16%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641982050.20.0300.20190.2429.0872.35
HexA4C6CD143014be1d48
Octal24430631524302427635110
Binary101001001100011011001101101001101010010111110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C6CD; }

 p { color: rgb(164,198,205); }

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

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

 a { background-color: rgb(164,198,205); }

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

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

 span { border-color: rgb(164,198,205); }

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