Html Css Color HEX #AECAD5 Regent St Blue

📋 copy color: '#AECAD5'

red 174 ◦ green 202 ◦ blue 213

#AECAD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #AECAD5

Tints of Regent St Blue #AECAD5

RGB

 RED value IS 174 (68.36% from 255) = 29.54%

 GREEN value IS 202 (79.3% from 255) = 34.3%

 BLUE value IS 213 (83.59% from 255) = 36.16%

R = 29.54%
G = 34.3%
B = 36.16%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AECAD5 (or 0xAECAD5) is known color: Regent St Blue. HEX triplet: AE, CA and D5. RGB value is (174,202,213). Sum of RGB (Red+Green+Blue) = 174+202+213=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 213 - color contains mainly: blue. Hex color #AECAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAD5 is #51352A. Grayscale: #C2C2C2. Windows color (decimal): -5322027 or 14011054. OLE color: 14011054.

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

Color convert

RGB 174 202 213 -
CMYK 0.18 0.05 0 0.16
HSL 196.92º 0.32% 0.76% -
HSV(B) 196.92º 0.18% 0.84% -
XYZ 50.59 56.04 71.1 -
YUV 194.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 174 202 213 0.18 0.05 0 0.16 196.92 0.32 0.76
Hex AE CA D5 12 5 0 10 C5 20 4C
Octal 256 312 325 22 5 0 20 305 40 114
Binary 10101110 11001010 11010101 10010 101 0 10000 11000101 100000 1001100

Color Harmonies of #AECAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECAD5

Black with #AECAD5

Text Example


Text Example

White with #AECAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECAD5; }

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

 H1.HeaderClassName
 {
   color: #AECAD5;
 }
 .AnyTagClassName
 {
   color: #AECAD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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