Html Css Color HEX #AECED5 Regent St Blue

📋 copy color: '#AECED5'

red 174 ◦ green 206 ◦ blue 213

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

Shades of Regent St Blue #AECED5

Tints of Regent St Blue #AECED5

RGB

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

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

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

R = 29.34%
G = 34.74%
B = 35.92%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AECED5 (or 0xAECED5) is known color: Regent St Blue. HEX triplet: AE, CE and D5. RGB value is (174,206,213). Sum of RGB (Red+Green+Blue) = 174+206+213=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 213 - color contains mainly: blue. Hex color #AECED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECED5 is #51312A. Grayscale: #C5C5C5. Windows color (decimal): -5321003 or 14012078. OLE color: 14012078.

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

Color convert

RGB 174 206 213 -
CMYK 0.18 0.03 0 0.16
HSL 190.77º 0.32% 0.76% -
HSV(B) 190.77º 0.18% 0.84% -
XYZ 51.54 57.95 71.42 -
YUV 197.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 174 206 213 0.18 0.03 0 0.16 190.77 0.32 0.76
Hex AE CE D5 12 3 0 10 BF 20 4C
Octal 256 316 325 22 3 0 20 277 40 114
Binary 10101110 11001110 11010101 10010 11 0 10000 10111111 100000 1001100

Color Harmonies of #AECED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECED5

Black with #AECED5

Text Example


Text Example

White with #AECED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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