#AACDD4

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

Shades of Regent St Blue #AACDD4

Tints of Regent St Blue #AACDD4

Color information

#AACDD4 (or 0xAACDD4) is unknown color: approx Regent St Blue. HEX triplet: AA, CD and D4. RGB value is (170,205,212). Sum of RGB (Red+Green+Blue) = 170+205+212=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #AACDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDD4 is #55322B. Grayscale: #C3C3C3. Windows color (decimal): -5583404 or 13946282. OLE color: 13946282.

HSL color Cylindrical-coordinate representation of color #AACDD4: hue angle of 190º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AACDD4 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB170205212-
CMYK0.200.0300.17
HSL190º32.81%74.9%-
HSV(B)190º19.81%83.14%-
XYZ50.2956.9670.63-
YUV195.33137.4109.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 205 (80.47% from 255) = 34.92%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=28.96%
G=34.92%
B=36.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1702052120.200.0300.1719032.8174.9
HexAACDD4143011be214b
Octal25231532424302127641113
Binary1010101011001101110101001010011010001101111101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDD4; }

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

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

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

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

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

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

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

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