#A9CED8

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

Shades of Regent St Blue #A9CED8

Tints of Regent St Blue #A9CED8

Color information

#A9CED8 (or 0xA9CED8) is unknown color: approx Regent St Blue. HEX triplet: A9, CE and D8. RGB value is (169,206,216). Sum of RGB (Red+Green+Blue) = 169+206+216=591 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.60% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 216 - color contains mainly: blue. Hex color #A9CED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CED8 is #563127. Grayscale: #C3C3C3. Windows color (decimal): -5648680 or 14208681. OLE color: 14208681.

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

Color convert

RGB169206216-
CMYK0.220.0500.15
HSL192.77º37.6%75.49%-
HSV(B)192.77º21.76%84.71%-
XYZ50.8357.5473.39-
YUV196.08139.24108.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.60%
GREEN value IS 206 (80.86% from 255) = 34.86%
BLUE value IS 216 (84.77% from 255) = 36.55%
R=28.60%
G=34.86%
B=36.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692062160.220.0500.15192.7737.675.49
HexA9CED81650Fc1264b
Octal25131633026501730146113
Binary1010100111001110110110001011010101111110000011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CED8; }

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

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

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

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

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

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

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

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