#AACAD0

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

Shades of Regent St Blue #AACAD0

Tints of Regent St Blue #AACAD0

Color information

#AACAD0 (or 0xAACAD0) is unknown color: approx Regent St Blue. HEX triplet: AA, CA and D0. RGB value is (170,202,208). Sum of RGB (Red+Green+Blue) = 170+202+208=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #AACAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAD0 is #55352F. Grayscale: #C1C1C1. Windows color (decimal): -5584176 or 13683370. OLE color: 13683370.

HSL color Cylindrical-coordinate representation of color #AACAD0: hue angle of 189.47º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACAD0 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170202208-
CMYK0.180.0300.18
HSL189.47º28.79%74.12%-
HSV(B)189.47º18.27%81.57%-
XYZ49.0855.3467.77-
YUV193.12136.4111.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.31%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 208 (81.64% from 255) = 35.86%
R=29.31%
G=34.83%
B=35.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702022080.180.0300.18189.4728.7974.12
HexAACAD0123012bd1d4a
Octal25231232022302227535112
Binary101010101100101011010000100101101001010111101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAD0; }

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

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

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

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

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

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

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

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