#A9C5CC

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

Shades of Regent St Blue #A9C5CC

Tints of Regent St Blue #A9C5CC

Color information

#A9C5CC (or 0xA9C5CC) is unknown color: approx Regent St Blue. HEX triplet: A9, C5 and CC. RGB value is (169,197,204). Sum of RGB (Red+Green+Blue) = 169+197+204=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #A9C5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C5CC is #563A33. Grayscale: #BDBDBD. Windows color (decimal): -5650996 or 13419945. OLE color: 13419945.

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

Color convert

RGB169197204-
CMYK0.170.0300.2
HSL192º25.55%73.14%-
HSV(B)192º17.16%80%-
XYZ47.2352.7364.81-
YUV189.43136.22113.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.65%
GREEN value IS 197 (77.34% from 255) = 34.56%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=29.65%
G=34.56%
B=35.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691972040.170.0300.219225.5573.14
HexA9C5CC113014c01a49
Octal25130531421302430032111
Binary101010011100010111001100100011101010011000000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C5CC; }

 p { color: rgb(169,197,204); }

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

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

 a { background-color: rgb(169,197,204); }

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

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

 span { border-color: rgb(169,197,204); }

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