#A9C9CE

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

Shades of Regent St Blue #A9C9CE

Tints of Regent St Blue #A9C9CE

Color information

#A9C9CE (or 0xA9C9CE) is unknown color: approx Regent St Blue. HEX triplet: A9, C9 and CE. RGB value is (169,201,206). Sum of RGB (Red+Green+Blue) = 169+201+206=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #A9C9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C9CE is #563631. Grayscale: #BFBFBF. Windows color (decimal): -5649970 or 13552041. OLE color: 13552041.

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

Color convert

RGB169201206-
CMYK0.180.0200.19
HSL188.11º27.41%73.53%-
HSV(B)188.11º17.96%80.78%-
XYZ48.3954.6666.39-
YUV192135.9111.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.34%
GREEN value IS 201 (78.91% from 255) = 34.90%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=29.34%
G=34.90%
B=35.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692012060.180.0200.19188.1127.4173.53
HexA9C9CE122013bc1b4a
Octal25131131622202327433112
Binary101010011100100111001110100101001001110111100110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C9CE; }

 p { color: rgb(169,201,206); }

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

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

 a { background-color: rgb(169,201,206); }

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

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

 span { border-color: rgb(169,201,206); }

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