#AAC5CD

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

Shades of Regent St Blue #AAC5CD

Tints of Regent St Blue #AAC5CD

Color information

#AAC5CD (or 0xAAC5CD) is unknown color: approx Regent St Blue. HEX triplet: AA, C5 and CD. RGB value is (170,197,205). Sum of RGB (Red+Green+Blue) = 170+197+205=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5CD is #553A32. Grayscale: #BDBDBD. Windows color (decimal): -5585459 or 13485482. OLE color: 13485482.

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

Color convert

RGB170197205-
CMYK0.170.0400.20
HSL193.71º25.93%73.53%-
HSV(B)193.71º17.07%80.39%-
XYZ47.5652.8965.46-
YUV189.84136.55113.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.72%
GREEN value IS 197 (77.34% from 255) = 34.44%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=29.72%
G=34.44%
B=35.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701972050.170.0400.20193.7125.9373.53
HexAAC5CD114014c21a4a
Octal25230531521402430232112
Binary1010101011000101110011011000110001010011000010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5CD; }

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

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

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

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

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

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

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

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