#AECCD7

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

Shades of Regent St Blue #AECCD7

Tints of Regent St Blue #AECCD7

Color information

#AECCD7 (or 0xAECCD7) is unknown color: approx Regent St Blue. HEX triplet: AE, CC and D7. RGB value is (174,204,215). Sum of RGB (Red+Green+Blue) = 174+204+215=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #AECCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCD7 is #513328. Grayscale: #C4C4C4. Windows color (decimal): -5321513 or 14142638. OLE color: 14142638.

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

Color convert

RGB174204215-
CMYK0.190.0500.16
HSL196.1º33.88%76.27%-
HSV(B)196.1º19.07%84.31%-
XYZ51.3157.0972.61-
YUV196.28138.56112.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.34%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 215 (84.38% from 255) = 36.26%
R=29.34%
G=34.40%
B=36.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742042150.190.0500.16196.133.8876.27
HexAECCD7135010c4224c
Octal25631432723502030442114
Binary10101110110011001101011110011101010000110001001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCD7; }

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

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

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

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

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

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

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

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