#AACAD5

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

Shades of Regent St Blue #AACAD5

Tints of Regent St Blue #AACAD5

Color information

#AACAD5 (or 0xAACAD5) is unknown color: approx Regent St Blue. HEX triplet: AA, CA and D5. RGB value is (170,202,213). Sum of RGB (Red+Green+Blue) = 170+202+213=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 213 - color contains mainly: blue. Hex color #AACAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAD5 is #55352A. Grayscale: #C1C1C1. Windows color (decimal): -5584171 or 14011050. OLE color: 14011050.

HSL color Cylindrical-coordinate representation of color #AACAD5: hue angle of 195.35º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AACAD5 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170202213-
CMYK0.200.0500.16
HSL195.35º33.86%75.1%-
HSV(B)195.35º20.19%83.53%-
XYZ49.7155.5971.06-
YUV193.69138.9111.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 213 (83.59% from 255) = 36.41%
R=29.06%
G=34.53%
B=36.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702022130.200.0500.16195.3533.8675.1
HexAACAD5145010c3224b
Octal25231232524502030342113
Binary10101010110010101101010110100101010000110000111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAD5; }

 p { color: rgb(170,202,213); }

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

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

 a { background-color: rgb(170,202,213); }

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

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

 span { border-color: rgb(170,202,213); }

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