Html Css Color HEX #AEBCD8 Light Steel Blue

📋 copy color: '#AEBCD8'

red 174 ◦ green 188 ◦ blue 216

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

Shades of Light Steel Blue #AEBCD8

Tints of Light Steel Blue #AEBCD8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.53%

 BLUE value IS 216 (84.77% from 255) = 37.37%

R = 30.1%
G = 32.53%
B = 37.37%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AEBCD8 (or 0xAEBCD8) is known color: Light Steel Blue. HEX triplet: AE, BC and D8. RGB value is (174,188,216). Sum of RGB (Red+Green+Blue) = 174+188+216=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 216 - color contains mainly: blue. Hex color #AEBCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCD8 is #514327. Grayscale: #BABABA. Windows color (decimal): -5325608 or 14204078. OLE color: 14204078.

HSL color Cylindrical-coordinate representation of color #AEBCD8: hue angle of 220º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEBCD8 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 188 216 -
CMYK 0.19 0.13 0 0.15
HSL 220º 0.35% 0.76% -
HSV(B) 220º 0.19% 0.85% -
XYZ 47.83 49.92 72.08 -
YUV 187.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 174 188 216 0.19 0.13 0 0.15 220 0.35 0.76
Hex AE BC D8 13 D 0 F DC 23 4C
Octal 256 274 330 23 15 0 17 334 43 114
Binary 10101110 10111100 11011000 10011 1101 0 1111 11011100 100011 1001100

Color Harmonies of #AEBCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCD8

Black with #AEBCD8

Text Example


Text Example

White with #AEBCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCD8; }

 p { color: rgb(174,188,216); }

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

background-color css

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

 a { background-color: rgb(174,188,216); }

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

border-color css

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

 span { border-color: rgb(174,188,216); }

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