#AECDD5

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

Shades of Regent St Blue #AECDD5

Tints of Regent St Blue #AECDD5

Color information

#AECDD5 (or 0xAECDD5) is unknown color: approx Regent St Blue. HEX triplet: AE, CD and D5. RGB value is (174,205,213). Sum of RGB (Red+Green+Blue) = 174+205+213=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #AECDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDD5 is #51322A. Grayscale: #C4C4C4. Windows color (decimal): -5321259 or 14011822. OLE color: 14011822.

HSL color Cylindrical-coordinate representation of color #AECDD5: hue angle of 192.31º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AECDD5 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174205213-
CMYK0.180.0400.16
HSL192.31º31.71%75.88%-
HSV(B)192.31º18.31%83.53%-
XYZ51.357.4771.34-
YUV196.64137.23111.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.39%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=29.39%
G=34.63%
B=35.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1742052130.180.0400.16192.3131.7175.88
HexAECDD5124010c0204c
Octal25631532522402030040114
Binary10101110110011011101010110010100010000110000001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDD5; }

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

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

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

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

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

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

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

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