#AAC8D1

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

Shades of Regent St Blue #AAC8D1

Tints of Regent St Blue #AAC8D1

Color information

#AAC8D1 (or 0xAAC8D1) is unknown color: approx Regent St Blue. HEX triplet: AA, C8 and D1. RGB value is (170,200,209). Sum of RGB (Red+Green+Blue) = 170+200+209=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAC8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC8D1 is #55372E. Grayscale: #BFBFBF. Windows color (decimal): -5584687 or 13748394. OLE color: 13748394.

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

Color convert

RGB170200209-
CMYK0.190.0400.18
HSL193.85º29.77%74.31%-
HSV(B)193.85º18.66%81.96%-
XYZ48.7454.4668.26-
YUV192.06137.56112.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.36%
GREEN value IS 200 (78.52% from 255) = 34.54%
BLUE value IS 209 (82.03% from 255) = 36.10%
R=29.36%
G=34.54%
B=36.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702002090.190.0400.18193.8529.7774.31
HexAAC8D1134012c21e4a
Octal25231032123402230236112
Binary1010101011001000110100011001110001001011000010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8D1; }

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

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

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

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

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

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

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

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