#AECBD6

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

Shades of Regent St Blue #AECBD6

Tints of Regent St Blue #AECBD6

Color information

#AECBD6 (or 0xAECBD6) is unknown color: approx Regent St Blue. HEX triplet: AE, CB and D6. RGB value is (174,203,214). Sum of RGB (Red+Green+Blue) = 174+203+214=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #AECBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBD6 is #513429. Grayscale: #C3C3C3. Windows color (decimal): -5321770 or 14076846. OLE color: 14076846.

HSL color Cylindrical-coordinate representation of color #AECBD6: hue angle of 196.5º degrees, saturation: 0.33, 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 #AECBD6 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174203214-
CMYK0.190.0500.16
HSL196.5º32.79%76.08%-
HSV(B)196.5º18.69%83.92%-
XYZ50.9556.5771.85-
YUV195.58138.39112.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 214 (83.98% from 255) = 36.21%
R=29.44%
G=34.35%
B=36.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742032140.190.0500.16196.532.7976.08
HexAECBD6135010c4214c
Octal25631332623502030441114
Binary10101110110010111101011010011101010000110001001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBD6; }

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

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

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

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

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

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

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

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