Html Css Color HEX #AECBD6 Regent St Blue

📋 copy color: '#AECBD6'

red 174 ◦ green 203 ◦ blue 214

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

Shades of Regent St Blue #AECBD6

Tints of Regent St Blue #AECBD6

RGB

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

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

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

R = 29.44%
G = 34.35%
B = 36.21%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AECBD6 (or 0xAECBD6) is known color: Regent St Blue. HEX triplet: AE, CB and D6. RGB value is (174,203,214). Sum of RGB (Red+Green+Blue) = 174+203+214=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #AECBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBD6 is #513429. Grayscale: #C3C3C3. Windows color (decimal): -5321770 or 14076846. OLE color: 14076846.

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

Color convert

RGB 174 203 214 -
CMYK 0.19 0.05 0 0.16
HSL 196.5º 0.33% 0.76% -
HSV(B) 196.5º 0.19% 0.84% -
XYZ 50.95 56.57 71.85 -
YUV 195.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 174 203 214 0.19 0.05 0 0.16 196.5 0.33 0.76
Hex AE CB D6 13 5 0 10 C4 21 4C
Octal 256 313 326 23 5 0 20 304 41 114
Binary 10101110 11001011 11010110 10011 101 0 10000 11000100 100001 1001100

Color Harmonies of #AECBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBD6

Black with #AECBD6

Text Example


Text Example

White with #AECBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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