#AECDD4

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

Shades of Regent St Blue #AECDD4

Tints of Regent St Blue #AECDD4

Color information

#AECDD4 (or 0xAECDD4) is unknown color: approx Regent St Blue. HEX triplet: AE, CD and D4. RGB value is (174,205,212). Sum of RGB (Red+Green+Blue) = 174+205+212=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #AECDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDD4 is #51322B. Grayscale: #C4C4C4. Windows color (decimal): -5321260 or 13946286. OLE color: 13946286.

HSL color Cylindrical-coordinate representation of color #AECDD4: hue angle of 191.05º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AECDD4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB174205212-
CMYK0.180.0300.17
HSL191.05º30.65%75.69%-
HSV(B)191.05º17.92%83.14%-
XYZ51.1757.4170.67-
YUV196.53136.73111.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.44%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 212 (83.20% from 255) = 35.87%
R=29.44%
G=34.69%
B=35.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742052120.180.0300.17191.0530.6575.69
HexAECDD4123011bf1f4c
Octal25631532422302127737114
Binary101011101100110111010100100101101000110111111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDD4; }

 p { color: rgb(174,205,212); }

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

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

 a { background-color: rgb(174,205,212); }

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

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

 span { border-color: rgb(174,205,212); }

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