#A4C9DC

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

Shades of Regent St Blue #A4C9DC

Tints of Regent St Blue #A4C9DC

Color information

#A4C9DC (or 0xA4C9DC) is unknown color: approx Regent St Blue. HEX triplet: A4, C9 and DC. RGB value is (164,201,220). Sum of RGB (Red+Green+Blue) = 164+201+220=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #A4C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C9DC is #5B3623. Grayscale: #BFBFBF. Windows color (decimal): -5977636 or 14469540. OLE color: 14469540.

HSL color Cylindrical-coordinate representation of color #A4C9DC: hue angle of 200.36º 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 #A4C9DC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164201220-
CMYK0.250.0900.14
HSL200.36º44.44%75.29%-
HSV(B)200.36º25.45%86.27%-
XYZ49.1154.8375.71-
YUV192.1143.74107.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.03%
GREEN value IS 201 (78.91% from 255) = 34.36%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=28.03%
G=34.36%
B=37.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642012200.250.0900.14200.3644.4475.29
HexA4C9DC1990Ec82c4b
Octal244311334311101631054113
Binary10100100110010011101110011001100101110110010001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C9DC; }

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

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

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

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

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

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

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

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