#A5C2D0

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

Shades of Regent St Blue #A5C2D0

Tints of Regent St Blue #A5C2D0

Color information

#A5C2D0 (or 0xA5C2D0) is unknown color: approx Regent St Blue. HEX triplet: A5, C2 and D0. RGB value is (165,194,208). Sum of RGB (Red+Green+Blue) = 165+194+208=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #A5C2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C2D0 is #5A3D2F. Grayscale: #BABABA. Windows color (decimal): -5913904 or 13681317. OLE color: 13681317.

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

Color convert

RGB165194208-
CMYK0.210.0700.18
HSL199.53º31.39%73.14%-
HSV(B)199.53º20.67%81.57%-
XYZ46.1951.1467.11-
YUV186.92139.89112.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.10%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 208 (81.64% from 255) = 36.68%
R=29.10%
G=34.22%
B=36.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651942080.210.0700.18199.5331.3973.14
HexA5C2D0157012c81f49
Octal24530232025702231037111
Binary1010010111000010110100001010111101001011001000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C2D0; }

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

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

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

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

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

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

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

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