Html Css Color HEX #AECBD7 Regent St Blue

📋 copy color: '#AECBD7'

red 174 ◦ green 203 ◦ blue 215

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

Shades of Regent St Blue #AECBD7

Tints of Regent St Blue #AECBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.32%

R = 29.39%
G = 34.29%
B = 36.32%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AECBD7 (or 0xAECBD7) is known color: Regent St Blue. HEX triplet: AE, CB and D7. RGB value is (174,203,215). Sum of RGB (Red+Green+Blue) = 174+203+215=592 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.39% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #AECBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBD7 is #513428. Grayscale: #C3C3C3. Windows color (decimal): -5321769 or 14142382. OLE color: 14142382.

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

Color convert

RGB 174 203 215 -
CMYK 0.19 0.06 0 0.16
HSL 197.56º 0.34% 0.76% -
HSV(B) 197.56º 0.19% 0.84% -
XYZ 51.08 56.62 72.53 -
YUV 195.7 138.89 112.52 -
System Red Green Blue C M Y K H S L
Decimal 174 203 215 0.19 0.06 0 0.16 197.56 0.34 0.76
Hex AE CB D7 13 6 0 10 C6 22 4C
Octal 256 313 327 23 6 0 20 306 42 114
Binary 10101110 11001011 11010111 10011 110 0 10000 11000110 100010 1001100

Color Harmonies of #AECBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBD7

Black with #AECBD7

Text Example


Text Example

White with #AECBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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