#AAC6D5

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

Shades of Regent St Blue #AAC6D5

Tints of Regent St Blue #AAC6D5

Color information

#AAC6D5 (or 0xAAC6D5) is unknown color: approx Regent St Blue. HEX triplet: AA, C6 and D5. RGB value is (170,198,213). Sum of RGB (Red+Green+Blue) = 170+198+213=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAC6D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6D5 is #55392A. Grayscale: #BFBFBF. Windows color (decimal): -5585195 or 14010026. OLE color: 14010026.

HSL color Cylindrical-coordinate representation of color #AAC6D5: hue angle of 200.93º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC6D5 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170198213-
CMYK0.200.0700.16
HSL200.93º33.86%75.1%-
HSV(B)200.93º20.19%83.53%-
XYZ48.7853.7470.75-
YUV191.34140.22112.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.26%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 213 (83.59% from 255) = 36.66%
R=29.26%
G=34.08%
B=36.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701982130.200.0700.16200.9333.8675.1
HexAAC6D5147010c9224b
Octal25230632524702031142113
Binary10101010110001101101010110100111010000110010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC6D5; }

 p { color: rgb(170,198,213); }

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

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

 a { background-color: rgb(170,198,213); }

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

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

 span { border-color: rgb(170,198,213); }

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