#A9C4D1

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

Shades of Regent St Blue #A9C4D1

Tints of Regent St Blue #A9C4D1

Color information

#A9C4D1 (or 0xA9C4D1) is unknown color: approx Regent St Blue. HEX triplet: A9, C4 and D1. RGB value is (169,196,209). Sum of RGB (Red+Green+Blue) = 169+196+209=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 209 - color contains mainly: blue. Hex color #A9C4D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C4D1 is #563B2E. Grayscale: #BDBDBD. Windows color (decimal): -5651247 or 13747369. OLE color: 13747369.

HSL color Cylindrical-coordinate representation of color #A9C4D1: hue angle of 199.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9C4D1 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB169196209-
CMYK0.190.0600.18
HSL199.5º30.3%74.12%-
HSV(B)199.5º19.14%81.96%-
XYZ47.6152.5267.95-
YUV189.41139.05113.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.44%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=29.44%
G=34.15%
B=36.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1691962090.190.0600.18199.530.374.12
HexA9C4D1136012c81e4a
Octal25130432123602231036112
Binary1010100111000100110100011001111001001011001000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C4D1; }

 p { color: rgb(169,196,209); }

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

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

 a { background-color: rgb(169,196,209); }

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

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

 span { border-color: rgb(169,196,209); }

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