#AECBD1

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

Shades of Regent St Blue #AECBD1

Tints of Regent St Blue #AECBD1

Color information

#AECBD1 (or 0xAECBD1) is unknown color: approx Regent St Blue. HEX triplet: AE, CB and D1. RGB value is (174,203,209). Sum of RGB (Red+Green+Blue) = 174+203+209=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #AECBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBD1 is #51342E. Grayscale: #C2C2C2. Windows color (decimal): -5321775 or 13749166. OLE color: 13749166.

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

Color convert

RGB174203209-
CMYK0.170.0300.18
HSL190.29º27.56%75.1%-
HSV(B)190.29º16.75%81.96%-
XYZ50.3256.3168.54-
YUV195.01135.89113.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.69%
GREEN value IS 203 (79.69% from 255) = 34.64%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=29.69%
G=34.64%
B=35.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742032090.170.0300.18190.2927.5675.1
HexAECBD1113012be1c4b
Octal25631332121302227634113
Binary101011101100101111010001100011101001010111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBD1; }

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

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

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

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

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

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

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

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