#AECBD7

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

Shades of Regent St Blue #AECBD7

Tints of Regent St Blue #AECBD7

Color information

#AECBD7 (or 0xAECBD7) is unknown color: approx Regent St Blue. HEX triplet: AE, CB and D7. RGB value is (174,203,215). Sum of RGB (Red+Green+Blue) = 174+203+215=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #AECBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBD7 is #513428. Grayscale: #C3C3C3. Windows color (decimal): -5321769 or 14142382. OLE color: 14142382.

HSL color Cylindrical-coordinate representation of color #AECBD7: hue angle of 197.56º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AECBD7 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174203215-
CMYK0.190.0600.16
HSL197.56º33.88%76.27%-
HSV(B)197.56º19.07%84.31%-
XYZ51.0856.6272.53-
YUV195.7138.89112.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 215 (84.38% from 255) = 36.32%
R=29.39%
G=34.29%
B=36.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742032150.190.0600.16197.5633.8876.27
HexAECBD7136010c6224c
Octal25631332723602030642114
Binary10101110110010111101011110011110010000110001101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBD7; }

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

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

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

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

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

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

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

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