#AEC8D1

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

Shades of Regent St Blue #AEC8D1

Tints of Regent St Blue #AEC8D1

Color information

#AEC8D1 (or 0xAEC8D1) is unknown color: approx Regent St Blue. HEX triplet: AE, C8 and D1. RGB value is (174,200,209). Sum of RGB (Red+Green+Blue) = 174+200+209=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 200 (78.52% from 255 or 34.31% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEC8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8D1 is #51372E. Grayscale: #C1C1C1. Windows color (decimal): -5322543 or 13748398. OLE color: 13748398.

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

Color convert

RGB174200209-
CMYK0.170.0400.18
HSL195.43º27.56%75.1%-
HSV(B)195.43º16.75%81.96%-
XYZ49.6254.9168.31-
YUV193.25136.89114.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.85%
GREEN value IS 200 (78.52% from 255) = 34.31%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=29.85%
G=34.31%
B=35.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742002090.170.0400.18195.4327.5675.1
HexAEC8D1114012c31c4b
Octal25631032121402230334113
Binary1010111011001000110100011000110001001011000011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC8D1; }

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

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

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

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

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

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

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

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