#A9CAD7

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

Shades of Regent St Blue #A9CAD7

Tints of Regent St Blue #A9CAD7

Color information

#A9CAD7 (or 0xA9CAD7) is unknown color: approx Regent St Blue. HEX triplet: A9, CA and D7. RGB value is (169,202,215). Sum of RGB (Red+Green+Blue) = 169+202+215=586 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.84% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 215 (84.38% from 255 or 36.69% from 586); Max value from RGB is 215 - color contains mainly: blue. Hex color #A9CAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CAD7 is #563528. Grayscale: #C1C1C1. Windows color (decimal): -5649705 or 14142121. OLE color: 14142121.

HSL color Cylindrical-coordinate representation of color #A9CAD7: hue angle of 196.96º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9CAD7 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169202215-
CMYK0.210.0600.16
HSL196.96º36.51%75.29%-
HSV(B)196.96º21.4%84.31%-
XYZ49.7555.5872.4-
YUV193.61140.07110.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.84%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 215 (84.38% from 255) = 36.69%
R=28.84%
G=34.47%
B=36.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692022150.210.0600.16196.9636.5175.29
HexA9CAD7156010c5254b
Octal25131232725602030545113
Binary10101001110010101101011110101110010000110001011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAD7; }

 p { color: rgb(169,202,215); }

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

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

 a { background-color: rgb(169,202,215); }

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

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

 span { border-color: rgb(169,202,215); }

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