#AECAD5

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

Shades of Regent St Blue #AECAD5

Tints of Regent St Blue #AECAD5

Color information

#AECAD5 (or 0xAECAD5) is unknown color: approx Regent St Blue. HEX triplet: AE, CA and D5. RGB value is (174,202,213). Sum of RGB (Red+Green+Blue) = 174+202+213=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 213 - color contains mainly: blue. Hex color #AECAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAD5 is #51352A. Grayscale: #C2C2C2. Windows color (decimal): -5322027 or 14011054. OLE color: 14011054.

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

Color convert

RGB174202213-
CMYK0.180.0500.16
HSL196.92º31.71%75.88%-
HSV(B)196.92º18.31%83.53%-
XYZ50.5956.0471.1-
YUV194.88138.22113.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.54%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=29.54%
G=34.30%
B=36.16%

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
Decimal1742022130.180.0500.16196.9231.7175.88
HexAECAD5125010c5204c
Octal25631232522502030540114
Binary10101110110010101101010110010101010000110001011000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAD5; }

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

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

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

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

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

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

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

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