#A4C6DC

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

Shades of Regent St Blue #A4C6DC

Tints of Regent St Blue #A4C6DC

Color information

#A4C6DC (or 0xA4C6DC) is unknown color: approx Regent St Blue. HEX triplet: A4, C6 and DC. RGB value is (164,198,220). Sum of RGB (Red+Green+Blue) = 164+198+220=582 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.18% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4C6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C6DC is #5B3923. Grayscale: #BEBEBE. Windows color (decimal): -5978404 or 14468772. OLE color: 14468772.

HSL color Cylindrical-coordinate representation of color #A4C6DC: hue angle of 203.57º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4C6DC is Cyan = 0.25, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164198220-
CMYK0.250.100.14
HSL203.57º44.44%75.29%-
HSV(B)203.57º25.45%86.27%-
XYZ48.4253.4575.47-
YUV190.34144.74109.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.18%
GREEN value IS 198 (77.73% from 255) = 34.02%
BLUE value IS 220 (86.33% from 255) = 37.80%
R=28.18%
G=34.02%
B=37.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641982200.250.100.14203.5744.4475.29
HexA4C6DC19A0Ecc2c4b
Octal244306334311201631454113
Binary10100100110001101101110011001101001110110011001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C6DC; }

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

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

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

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

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

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

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

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