#AACCD8

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

Shades of Regent St Blue #AACCD8

Tints of Regent St Blue #AACCD8

Color information

#AACCD8 (or 0xAACCD8) is unknown color: approx Regent St Blue. HEX triplet: AA, CC and D8. RGB value is (170,204,216). Sum of RGB (Red+Green+Blue) = 170+204+216=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 216 - color contains mainly: blue. Hex color #AACCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCD8 is #553327. Grayscale: #C3C3C3. Windows color (decimal): -5583656 or 14208170. OLE color: 14208170.

HSL color Cylindrical-coordinate representation of color #AACCD8: hue angle of 195.65º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AACCD8 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170204216-
CMYK0.210.0600.15
HSL195.65º37.1%75.69%-
HSV(B)195.65º21.3%84.71%-
XYZ50.5756.6973.24-
YUV195.2139.74110.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 216 (84.77% from 255) = 36.61%
R=28.81%
G=34.58%
B=36.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702042160.210.0600.15195.6537.175.69
HexAACCD81560Fc4254c
Octal25231433025601730445114
Binary1010101011001100110110001010111001111110001001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCD8; }

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

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

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

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

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

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

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

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