#AECAD4

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

Shades of Regent St Blue #AECAD4

Tints of Regent St Blue #AECAD4

Color information

#AECAD4 (or 0xAECAD4) is unknown color: approx Regent St Blue. HEX triplet: AE, CA and D4. RGB value is (174,202,212). Sum of RGB (Red+Green+Blue) = 174+202+212=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 212 (83.20% from 255 or 36.05% from 588); Max value from RGB is 212 - color contains mainly: blue. Hex color #AECAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAD4 is #51352B. Grayscale: #C2C2C2. Windows color (decimal): -5322028 or 13945518. OLE color: 13945518.

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

Color convert

RGB174202212-
CMYK0.180.0500.17
HSL195.79º30.65%75.69%-
HSV(B)195.79º17.92%83.14%-
XYZ50.4655.9970.44-
YUV194.77137.72113.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.59%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 212 (83.20% from 255) = 36.05%
R=29.59%
G=34.35%
B=36.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1742022120.180.0500.17195.7930.6575.69
HexAECAD4125011c41f4c
Octal25631232422502130437114
Binary1010111011001010110101001001010101000111000100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAD4; }

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

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

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

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

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

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

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

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