#AECAD7

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

Shades of Regent St Blue #AECAD7

Tints of Regent St Blue #AECAD7

Color information

#AECAD7 (or 0xAECAD7) is unknown color: approx Regent St Blue. HEX triplet: AE, CA and D7. RGB value is (174,202,215). Sum of RGB (Red+Green+Blue) = 174+202+215=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #AECAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAD7 is #513528. Grayscale: #C3C3C3. Windows color (decimal): -5322025 or 14142126. OLE color: 14142126.

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

Color convert

RGB174202215-
CMYK0.190.0600.16
HSL199.02º33.88%76.27%-
HSV(B)199.02º19.07%84.31%-
XYZ50.8456.1572.45-
YUV195.11139.22112.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 215 (84.38% from 255) = 36.38%
R=29.44%
G=34.18%
B=36.38%

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
Decimal1742022150.190.0600.16199.0233.8876.27
HexAECAD7136010c7224c
Octal25631232723602030742114
Binary10101110110010101101011110011110010000110001111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAD7; }

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

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

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

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

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

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

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

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