Html Css Color HEX #AEBAD6 Light Steel Blue

📋 copy color: '#AEBAD6'

red 174 ◦ green 186 ◦ blue 214

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

Shades of Light Steel Blue #AEBAD6

Tints of Light Steel Blue #AEBAD6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.4%

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

R = 30.31%
G = 32.4%
B = 37.28%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AEBAD6 (or 0xAEBAD6) is known color: Light Steel Blue. HEX triplet: AE, BA and D6. RGB value is (174,186,214). Sum of RGB (Red+Green+Blue) = 174+186+214=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEBAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBAD6 is #514529. Grayscale: #B9B9B9. Windows color (decimal): -5326122 or 14072494. OLE color: 14072494.

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

Color convert

RGB 174 186 214 -
CMYK 0.19 0.13 0 0.16
HSL 222º 0.33% 0.76% -
HSV(B) 222º 0.19% 0.84% -
XYZ 47.15 48.97 70.59 -
YUV 185.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 174 186 214 0.19 0.13 0 0.16 222 0.33 0.76
Hex AE BA D6 13 D 0 10 DE 21 4C
Octal 256 272 326 23 15 0 20 336 41 114
Binary 10101110 10111010 11010110 10011 1101 0 10000 11011110 100001 1001100

Color Harmonies of #AEBAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBAD6

Black with #AEBAD6

Text Example


Text Example

White with #AEBAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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