#AACBD2

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

Shades of Regent St Blue #AACBD2

Tints of Regent St Blue #AACBD2

Color information

#AACBD2 (or 0xAACBD2) is unknown color: approx Regent St Blue. HEX triplet: AA, CB and D2. RGB value is (170,203,210). Sum of RGB (Red+Green+Blue) = 170+203+210=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #AACBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBD2 is #55342D. Grayscale: #C1C1C1. Windows color (decimal): -5583918 or 13814698. OLE color: 13814698.

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

Color convert

RGB170203210-
CMYK0.190.0300.18
HSL190.5º30.77%74.51%-
HSV(B)190.5º19.05%82.35%-
XYZ49.5755.9169.15-
YUV193.93137.07110.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 210 (82.42% from 255) = 36.02%
R=29.16%
G=34.82%
B=36.02%

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
Decimal1702032100.190.0300.18190.530.7774.51
HexAACBD2133012be1f4b
Octal25231332223302227637113
Binary101010101100101111010010100111101001010111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBD2; }

 p { color: rgb(170,203,210); }

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

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

 a { background-color: rgb(170,203,210); }

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

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

 span { border-color: rgb(170,203,210); }

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