#AECCD6

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

Shades of Regent St Blue #AECCD6

Tints of Regent St Blue #AECCD6

Color information

#AECCD6 (or 0xAECCD6) is unknown color: approx Regent St Blue. HEX triplet: AE, CC and D6. RGB value is (174,204,214). Sum of RGB (Red+Green+Blue) = 174+204+214=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #AECCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCD6 is #513329. Grayscale: #C4C4C4. Windows color (decimal): -5321514 or 14077102. OLE color: 14077102.

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

Color convert

RGB174204214-
CMYK0.190.0500.16
HSL195º32.79%76.08%-
HSV(B)195º18.69%83.92%-
XYZ51.1957.0471.93-
YUV196.17138.06112.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 214 (83.98% from 255) = 36.15%
R=29.39%
G=34.46%
B=36.15%

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
Decimal1742042140.190.0500.1619532.7976.08
HexAECCD6135010c3214c
Octal25631432623502030341114
Binary10101110110011001101011010011101010000110000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCD6; }

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

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

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

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

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

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

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

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