#A5C5D0

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

Shades of Regent St Blue #A5C5D0

Tints of Regent St Blue #A5C5D0

Color information

#A5C5D0 (or 0xA5C5D0) is unknown color: approx Regent St Blue. HEX triplet: A5, C5 and D0. RGB value is (165,197,208). Sum of RGB (Red+Green+Blue) = 165+197+208=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5C5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C5D0 is #5A3A2F. Grayscale: #BCBCBC. Windows color (decimal): -5913136 or 13682085. OLE color: 13682085.

HSL color Cylindrical-coordinate representation of color #A5C5D0: hue angle of 195.35º 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 #A5C5D0 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165197208-
CMYK0.210.0500.18
HSL195.35º31.39%73.14%-
HSV(B)195.35º20.67%81.57%-
XYZ46.8752.4967.34-
YUV188.69138.9111.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.95%
GREEN value IS 197 (77.34% from 255) = 34.56%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=28.95%
G=34.56%
B=36.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651972080.210.0500.18195.3531.3973.14
HexA5C5D0155012c31f49
Octal24530532025502230337111
Binary1010010111000101110100001010110101001011000011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C5D0; }

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

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

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

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

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

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

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

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