Html Css Color HEX #AECBD1 Regent St Blue

📋 copy color: '#AECBD1'

red 174 ◦ green 203 ◦ blue 209

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

Shades of Regent St Blue #AECBD1

Tints of Regent St Blue #AECBD1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.64%

 BLUE value IS 209 (82.03% from 255) = 35.67%

R = 29.69%
G = 34.64%
B = 35.67%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AECBD1 (or 0xAECBD1) is known color: Regent St Blue. HEX triplet: AE, CB and D1. RGB value is (174,203,209). Sum of RGB (Red+Green+Blue) = 174+203+209=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #AECBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBD1 is #51342E. Grayscale: #C2C2C2. Windows color (decimal): -5321775 or 13749166. OLE color: 13749166.

HSL color Cylindrical-coordinate representation of color #AECBD1: hue angle of 190.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AECBD1 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 203 209 -
CMYK 0.17 0.03 0 0.18
HSL 190.29º 0.28% 0.75% -
HSV(B) 190.29º 0.17% 0.82% -
XYZ 50.32 56.31 68.54 -
YUV 195.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 174 203 209 0.17 0.03 0 0.18 190.29 0.28 0.75
Hex AE CB D1 11 3 0 12 BE 1C 4B
Octal 256 313 321 21 3 0 22 276 34 113
Binary 10101110 11001011 11010001 10001 11 0 10010 10111110 11100 1001011

Color Harmonies of #AECBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBD1

Black with #AECBD1

Text Example


Text Example

White with #AECBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBD1; }

 p { color: rgb(174,203,209); }

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

background-color css

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

 a { background-color: rgb(174,203,209); }

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

border-color css

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

 span { border-color: rgb(174,203,209); }

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