#A5C8D0

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

Shades of Regent St Blue #A5C8D0

Tints of Regent St Blue #A5C8D0

Color information

#A5C8D0 (or 0xA5C8D0) is unknown color: approx Regent St Blue. HEX triplet: A5, C8 and D0. RGB value is (165,200,208). Sum of RGB (Red+Green+Blue) = 165+200+208=573 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.80% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5C8D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C8D0 is #5A372F. Grayscale: #BEBEBE. Windows color (decimal): -5912368 or 13682853. OLE color: 13682853.

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

Color convert

RGB165200208-
CMYK0.210.0400.18
HSL191.16º31.39%73.14%-
HSV(B)191.16º20.67%81.57%-
XYZ47.5653.8667.56-
YUV190.45137.9109.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.80%
GREEN value IS 200 (78.52% from 255) = 34.90%
BLUE value IS 208 (81.64% from 255) = 36.30%
R=28.80%
G=34.90%
B=36.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652002080.210.0400.18191.1631.3973.14
HexA5C8D0154012bf1f49
Octal24531032025402227737111
Binary1010010111001000110100001010110001001010111111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C8D0; }

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

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

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

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

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

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

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

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