#AECBD5

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

Shades of Regent St Blue #AECBD5

Tints of Regent St Blue #AECBD5

Color information

#AECBD5 (or 0xAECBD5) is unknown color: approx Regent St Blue. HEX triplet: AE, CB and D5. RGB value is (174,203,213). Sum of RGB (Red+Green+Blue) = 174+203+213=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #AECBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBD5 is #51342A. Grayscale: #C3C3C3. Windows color (decimal): -5321771 or 14011310. OLE color: 14011310.

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

Color convert

RGB174203213-
CMYK0.180.0500.16
HSL195.38º31.71%75.88%-
HSV(B)195.38º18.31%83.53%-
XYZ50.8256.5171.18-
YUV195.47137.89112.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=29.49%
G=34.41%
B=36.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742032130.180.0500.16195.3831.7175.88
HexAECBD5125010c3204c
Octal25631332522502030340114
Binary10101110110010111101010110010101010000110000111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBD5; }

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

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

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

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

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

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

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

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