#AAC6CD

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

Shades of Regent St Blue #AAC6CD

Tints of Regent St Blue #AAC6CD

Color information

#AAC6CD (or 0xAAC6CD) is unknown color: approx Regent St Blue. HEX triplet: AA, C6 and CD. RGB value is (170,198,205). Sum of RGB (Red+Green+Blue) = 170+198+205=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAC6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC6CD is #553932. Grayscale: #BEBEBE. Windows color (decimal): -5585203 or 13485738. OLE color: 13485738.

HSL color Cylindrical-coordinate representation of color #AAC6CD: hue angle of 192º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC6CD is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170198205-
CMYK0.170.0300.20
HSL192º25.93%73.53%-
HSV(B)192º17.07%80.39%-
XYZ47.7953.3465.53-
YUV190.43136.22113.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.67%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=29.67%
G=34.55%
B=35.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701982050.170.0300.2019225.9373.53
HexAAC6CD113014c01a4a
Octal25230631521302430032112
Binary101010101100011011001101100011101010011000000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC6CD; }

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

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

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

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

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

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

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

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