#AECAD6

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

Shades of Regent St Blue #AECAD6

Tints of Regent St Blue #AECAD6

Color information

#AECAD6 (or 0xAECAD6) is unknown color: approx Regent St Blue. HEX triplet: AE, CA and D6. RGB value is (174,202,214). Sum of RGB (Red+Green+Blue) = 174+202+214=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 214 - color contains mainly: blue. Hex color #AECAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAD6 is #513529. Grayscale: #C2C2C2. Windows color (decimal): -5322026 or 14076590. OLE color: 14076590.

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

Color convert

RGB174202214-
CMYK0.190.0600.16
HSL198º32.79%76.08%-
HSV(B)198º18.69%83.92%-
XYZ50.7156.0971.77-
YUV195138.72113.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.49%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=29.49%
G=34.24%
B=36.27%

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
Decimal1742022140.190.0600.1619832.7976.08
HexAECAD6136010c6214c
Octal25631232623602030641114
Binary10101110110010101101011010011110010000110001101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAD6; }

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

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

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

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

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

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

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

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