#A5CADC

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

Shades of Regent St Blue #A5CADC

Tints of Regent St Blue #A5CADC

Color information

#A5CADC (or 0xA5CADC) is unknown color: approx Regent St Blue. HEX triplet: A5, CA and DC. RGB value is (165,202,220). Sum of RGB (Red+Green+Blue) = 165+202+220=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CADC is #5A3523. Grayscale: #C0C0C0. Windows color (decimal): -5911844 or 14469797. OLE color: 14469797.

HSL color Cylindrical-coordinate representation of color #A5CADC: hue angle of 199.64º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5CADC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165202220-
CMYK0.250.0800.14
HSL199.64º44%75.49%-
HSV(B)199.64º25%86.27%-
XYZ49.5655.4175.79-
YUV192.99143.24108.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.11%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=28.11%
G=34.41%
B=37.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652022200.250.0800.14199.644475.49
HexA5CADC1980Ec82c4b
Octal245312334311001631054113
Binary10100101110010101101110011001100001110110010001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CADC; }

 p { color: rgb(165,202,220); }

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

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

 a { background-color: rgb(165,202,220); }

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

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

 span { border-color: rgb(165,202,220); }

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