#AEC8CE

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

Shades of Regent St Blue #AEC8CE

Tints of Regent St Blue #AEC8CE

Color information

#AEC8CE (or 0xAEC8CE) is unknown color: approx Regent St Blue. HEX triplet: AE, C8 and CE. RGB value is (174,200,206). Sum of RGB (Red+Green+Blue) = 174+200+206=580 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEC8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8CE is #513731. Grayscale: #C0C0C0. Windows color (decimal): -5322546 or 13551790. OLE color: 13551790.

HSL color Cylindrical-coordinate representation of color #AEC8CE: hue angle of 191.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEC8CE is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB174200206-
CMYK0.160.0300.19
HSL191.25º24.62%74.51%-
HSV(B)191.25º15.53%80.78%-
XYZ49.2554.7666.37-
YUV192.91135.39114.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30%
GREEN value IS 200 (78.52% from 255) = 34.48%
BLUE value IS 206 (80.86% from 255) = 35.52%
R=30%
G=34.48%
B=35.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742002060.160.0300.19191.2524.6274.51
HexAEC8CE103013bf194b
Octal25631031620302327731113
Binary101011101100100011001110100001101001110111111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC8CE; }

 p { color: rgb(174,200,206); }

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

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

 a { background-color: rgb(174,200,206); }

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

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

 span { border-color: rgb(174,200,206); }

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