#AACAD1

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

Shades of Regent St Blue #AACAD1

Tints of Regent St Blue #AACAD1

Color information

#AACAD1 (or 0xAACAD1) is unknown color: approx Regent St Blue. HEX triplet: AA, CA and D1. RGB value is (170,202,209). Sum of RGB (Red+Green+Blue) = 170+202+209=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 209 - color contains mainly: blue. Hex color #AACAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAD1 is #55352E. Grayscale: #C1C1C1. Windows color (decimal): -5584175 or 13748906. OLE color: 13748906.

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

Color convert

RGB170202209-
CMYK0.190.0300.18
HSL190.77º29.77%74.31%-
HSV(B)190.77º18.66%81.96%-
XYZ49.2155.3968.42-
YUV193.23136.9111.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 209 (82.03% from 255) = 35.97%
R=29.26%
G=34.77%
B=35.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702022090.190.0300.18190.7729.7774.31
HexAACAD1133012bf1e4a
Octal25231232123302227736112
Binary101010101100101011010001100111101001010111111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAD1; }

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

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

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

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

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

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

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

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