#A5C9D0

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

Shades of Regent St Blue #A5C9D0

Tints of Regent St Blue #A5C9D0

Color information

#A5C9D0 (or 0xA5C9D0) is unknown color: approx Regent St Blue. HEX triplet: A5, C9 and D0. RGB value is (165,201,208). Sum of RGB (Red+Green+Blue) = 165+201+208=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5C9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C9D0 is #5A362F. Grayscale: #BEBEBE. Windows color (decimal): -5912112 or 13683109. OLE color: 13683109.

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

Color convert

RGB165201208-
CMYK0.210.0300.18
HSL189.77º31.39%73.14%-
HSV(B)189.77º20.67%81.57%-
XYZ47.7954.3367.64-
YUV191.03137.57109.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.75%
GREEN value IS 201 (78.91% from 255) = 35.02%
BLUE value IS 208 (81.64% from 255) = 36.24%
R=28.75%
G=35.02%
B=36.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652012080.210.0300.18189.7731.3973.14
HexA5C9D0153012be1f49
Octal24531132025302227637111
Binary101001011100100111010000101011101001010111110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C9D0; }

 p { color: rgb(165,201,208); }

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

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

 a { background-color: rgb(165,201,208); }

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

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

 span { border-color: rgb(165,201,208); }

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