#A9C6CD

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

Shades of Regent St Blue #A9C6CD

Tints of Regent St Blue #A9C6CD

Color information

#A9C6CD (or 0xA9C6CD) is unknown color: approx Regent St Blue. HEX triplet: A9, C6 and CD. RGB value is (169,198,205). Sum of RGB (Red+Green+Blue) = 169+198+205=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C6CD is #563932. Grayscale: #BEBEBE. Windows color (decimal): -5650739 or 13485737. OLE color: 13485737.

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

Color convert

RGB169198205-
CMYK0.180.0300.20
HSL191.67º26.47%73.33%-
HSV(B)191.67º17.56%80.39%-
XYZ47.5853.2365.52-
YUV190.13136.39112.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.55%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=29.55%
G=34.62%
B=35.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691982050.180.0300.20191.6726.4773.33
HexA9C6CD123014c01a49
Octal25130631522302430032111
Binary101010011100011011001101100101101010011000000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C6CD; }

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

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

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

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

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

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

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

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