Html Css Color HEX #AECED6 Regent St Blue

📋 copy color: '#AECED6'

red 174 ◦ green 206 ◦ blue 214

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

Shades of Regent St Blue #AECED6

Tints of Regent St Blue #AECED6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.68%

 BLUE value IS 214 (83.98% from 255) = 36.03%

R = 29.29%
G = 34.68%
B = 36.03%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AECED6 (or 0xAECED6) is known color: Regent St Blue. HEX triplet: AE, CE and D6. RGB value is (174,206,214). Sum of RGB (Red+Green+Blue) = 174+206+214=594 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.29% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 214 - color contains mainly: blue. Hex color #AECED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECED6 is #513129. Grayscale: #C5C5C5. Windows color (decimal): -5321002 or 14077614. OLE color: 14077614.

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

Color convert

RGB 174 206 214 -
CMYK 0.19 0.04 0 0.16
HSL 192º 0.33% 0.76% -
HSV(B) 192º 0.19% 0.84% -
XYZ 51.66 58 72.09 -
YUV 197.34 137.4 111.35 -
System Red Green Blue C M Y K H S L
Decimal 174 206 214 0.19 0.04 0 0.16 192 0.33 0.76
Hex AE CE D6 13 4 0 10 C0 21 4C
Octal 256 316 326 23 4 0 20 300 41 114
Binary 10101110 11001110 11010110 10011 100 0 10000 11000000 100001 1001100

Color Harmonies of #AECED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECED6

Black with #AECED6

Text Example


Text Example

White with #AECED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECED6; }

 p { color: rgb(174,206,214); }

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

background-color css

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

 a { background-color: rgb(174,206,214); }

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

border-color css

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

 span { border-color: rgb(174,206,214); }

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