#AACCD5

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

Shades of Regent St Blue #AACCD5

Tints of Regent St Blue #AACCD5

Color information

#AACCD5 (or 0xAACCD5) is unknown color: approx Regent St Blue. HEX triplet: AA, CC and D5. RGB value is (170,204,213). Sum of RGB (Red+Green+Blue) = 170+204+213=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 213 - color contains mainly: blue. Hex color #AACCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCD5 is #55332A. Grayscale: #C2C2C2. Windows color (decimal): -5583659 or 14011562. OLE color: 14011562.

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

Color convert

RGB170204213-
CMYK0.200.0400.16
HSL192.56º33.86%75.1%-
HSV(B)192.56º20.19%83.53%-
XYZ50.1856.5471.22-
YUV194.86138.24110.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 213 (83.59% from 255) = 36.29%
R=28.96%
G=34.75%
B=36.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702042130.200.0400.16192.5633.8675.1
HexAACCD5144010c1224b
Octal25231432524402030142113
Binary10101010110011001101010110100100010000110000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCD5; }

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

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

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

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

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

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

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

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