#AECCD1

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

Shades of Regent St Blue #AECCD1

Tints of Regent St Blue #AECCD1

Color information

#AECCD1 (or 0xAECCD1) is unknown color: approx Regent St Blue. HEX triplet: AE, CC and D1. RGB value is (174,204,209). Sum of RGB (Red+Green+Blue) = 174+204+209=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #AECCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCD1 is #51332E. Grayscale: #C3C3C3. Windows color (decimal): -5321519 or 13749422. OLE color: 13749422.

HSL color Cylindrical-coordinate representation of color #AECCD1: hue angle of 188.57º 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 #AECCD1 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174204209-
CMYK0.170.0200.18
HSL188.57º27.56%75.1%-
HSV(B)188.57º16.75%81.96%-
XYZ50.5656.7968.62-
YUV195.6135.56112.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.64%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=29.64%
G=34.75%
B=35.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742042090.170.0200.18188.5727.5675.1
HexAECCD1112012bd1c4b
Octal25631432121202227534113
Binary101011101100110011010001100011001001010111101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECCD1; }

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

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

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

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

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

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

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

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