#A9C8DA

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

Shades of Regent St Blue #A9C8DA

Tints of Regent St Blue #A9C8DA

Color information

#A9C8DA (or 0xA9C8DA) is unknown color: approx Regent St Blue. HEX triplet: A9, C8 and DA. RGB value is (169,200,218). Sum of RGB (Red+Green+Blue) = 169+200+218=587 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.79% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9C8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C8DA is #563725. Grayscale: #C0C0C0. Windows color (decimal): -5650214 or 14338217. OLE color: 14338217.

HSL color Cylindrical-coordinate representation of color #A9C8DA: hue angle of 202.04º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9C8DA is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB169200218-
CMYK0.220.0800.15
HSL202.04º39.84%75.88%-
HSV(B)202.04º22.48%85.49%-
XYZ49.6754.8174.29-
YUV192.78142.23111.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.79%
GREEN value IS 200 (78.52% from 255) = 34.07%
BLUE value IS 218 (85.55% from 255) = 37.14%
R=28.79%
G=34.07%
B=37.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692002180.220.0800.15202.0439.8475.88
HexA9C8DA1680Fca284c
Octal251310332261001731250114
Binary10101001110010001101101010110100001111110010101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C8DA; }

 p { color: rgb(169,200,218); }

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

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

 a { background-color: rgb(169,200,218); }

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

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

 span { border-color: rgb(169,200,218); }

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