#AACCD7

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

Shades of Regent St Blue #AACCD7

Tints of Regent St Blue #AACCD7

Color information

#AACCD7 (or 0xAACCD7) is unknown color: approx Regent St Blue. HEX triplet: AA, CC and D7. RGB value is (170,204,215). Sum of RGB (Red+Green+Blue) = 170+204+215=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 215 - color contains mainly: blue. Hex color #AACCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCD7 is #553328. Grayscale: #C3C3C3. Windows color (decimal): -5583657 or 14142634. OLE color: 14142634.

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

Color convert

RGB170204215-
CMYK0.210.0500.16
HSL194.67º36%75.49%-
HSV(B)194.67º20.93%84.31%-
XYZ50.4456.6472.56-
YUV195.09139.24110.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.86%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 215 (84.38% from 255) = 36.50%
R=28.86%
G=34.63%
B=36.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702042150.210.0500.16194.673675.49
HexAACCD7155010c3244b
Octal25231432725502030344113
Binary10101010110011001101011110101101010000110000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCD7; }

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

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

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

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

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

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

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

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