#AECAD0

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

Shades of Regent St Blue #AECAD0

Tints of Regent St Blue #AECAD0

Color information

#AECAD0 (or 0xAECAD0) is unknown color: approx Regent St Blue. HEX triplet: AE, CA and D0. RGB value is (174,202,208). Sum of RGB (Red+Green+Blue) = 174+202+208=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #AECAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAD0 is #51352F. Grayscale: #C2C2C2. Windows color (decimal): -5322032 or 13683374. OLE color: 13683374.

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

Color convert

RGB174202208-
CMYK0.160.0300.18
HSL190.59º26.56%74.9%-
HSV(B)190.59º16.35%81.57%-
XYZ49.9655.7967.81-
YUV194.31135.72113.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.79%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=29.79%
G=34.59%
B=35.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742022080.160.0300.18190.5926.5674.9
HexAECAD0103012bf1b4b
Octal25631232020302227733113
Binary101011101100101011010000100001101001010111111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAD0; }

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

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

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

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

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

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

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

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