#AEC7D0

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

Shades of Regent St Blue #AEC7D0

Tints of Regent St Blue #AEC7D0

Color information

#AEC7D0 (or 0xAEC7D0) is unknown color: approx Regent St Blue. HEX triplet: AE, C7 and D0. RGB value is (174,199,208). Sum of RGB (Red+Green+Blue) = 174+199+208=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 199 (78.12% from 255 or 34.25% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 208 - color contains mainly: blue. Hex color #AEC7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC7D0 is #51382F. Grayscale: #C0C0C0. Windows color (decimal): -5322800 or 13682606. OLE color: 13682606.

HSL color Cylindrical-coordinate representation of color #AEC7D0: hue angle of 195.88º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC7D0 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174199208-
CMYK0.160.0400.18
HSL195.88º26.56%74.9%-
HSV(B)195.88º16.35%81.57%-
XYZ49.2654.467.58-
YUV192.55136.72114.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.95%
GREEN value IS 199 (78.12% from 255) = 34.25%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=29.95%
G=34.25%
B=35.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741992080.160.0400.18195.8826.5674.9
HexAEC7D0104012c41b4b
Octal25630732020402230433113
Binary1010111011000111110100001000010001001011000100110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC7D0; }

 p { color: rgb(174,199,208); }

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

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

 a { background-color: rgb(174,199,208); }

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

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

 span { border-color: rgb(174,199,208); }

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