#AECAD1

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

Shades of Regent St Blue #AECAD1

Tints of Regent St Blue #AECAD1

Color information

#AECAD1 (or 0xAECAD1) is unknown color: approx Regent St Blue. HEX triplet: AE, CA and D1. RGB value is (174,202,209). Sum of RGB (Red+Green+Blue) = 174+202+209=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #AECAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAD1 is #51352E. Grayscale: #C2C2C2. Windows color (decimal): -5322031 or 13748910. OLE color: 13748910.

HSL color Cylindrical-coordinate representation of color #AECAD1: hue angle of 192º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AECAD1 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174202209-
CMYK0.170.0300.18
HSL192º27.56%75.1%-
HSV(B)192º16.75%81.96%-
XYZ50.0855.8468.46-
YUV194.43136.22113.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=29.74%
G=34.53%
B=35.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742022090.170.0300.1819227.5675.1
HexAECAD1113012c01c4b
Octal25631232121302230034113
Binary101011101100101011010001100011101001011000000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAD1; }

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

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

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

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

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

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

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

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