#AACDD2

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

Shades of Regent St Blue #AACDD2

Tints of Regent St Blue #AACDD2

Color information

#AACDD2 (or 0xAACDD2) is unknown color: approx Regent St Blue. HEX triplet: AA, CD and D2. RGB value is (170,205,210). Sum of RGB (Red+Green+Blue) = 170+205+210=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 210 - color contains mainly: blue. Hex color #AACDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDD2 is #55322D. Grayscale: #C3C3C3. Windows color (decimal): -5583406 or 13815210. OLE color: 13815210.

HSL color Cylindrical-coordinate representation of color #AACDD2: hue angle of 187.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 #AACDD2 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170205210-
CMYK0.190.0200.18
HSL187.5º30.77%74.51%-
HSV(B)187.5º19.05%82.35%-
XYZ50.0456.8669.31-
YUV195.1136.4110.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.06%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 210 (82.42% from 255) = 35.90%
R=29.06%
G=35.04%
B=35.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702052100.190.0200.18187.530.7774.51
HexAACDD2132012bc1f4b
Octal25231532223202227437113
Binary101010101100110111010010100111001001010111100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDD2; }

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

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

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

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

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

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

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

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