Html Css Color HEX #AEBEE0 Light Steel Blue

📋 copy color: '#AEBEE0'

red 174 ◦ green 190 ◦ blue 224

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

Shades of Light Steel Blue #AEBEE0

Tints of Light Steel Blue #AEBEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.31%

 BLUE value IS 224 (87.89% from 255) = 38.1%

R = 29.59%
G = 32.31%
B = 38.1%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AEBEE0 (or 0xAEBEE0) is known color: Light Steel Blue. HEX triplet: AE, BE and E0. RGB value is (174,190,224). Sum of RGB (Red+Green+Blue) = 174+190+224=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEBEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEE0 is #51411F. Grayscale: #BCBCBC. Windows color (decimal): -5325088 or 14728878. OLE color: 14728878.

HSL color Cylindrical-coordinate representation of color #AEBEE0: hue angle of 220.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEBEE0 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 190 224 -
CMYK 0.22 0.15 0 0.12
HSL 220.8º 0.45% 0.78% -
HSV(B) 220.8º 0.22% 0.88% -
XYZ 49.32 51.21 77.81 -
YUV 189.09 147.7 117.24 -
System Red Green Blue C M Y K H S L
Decimal 174 190 224 0.22 0.15 0 0.12 220.8 0.45 0.78
Hex AE BE E0 16 F 0 C DD 2D 4E
Octal 256 276 340 26 17 0 14 335 55 116
Binary 10101110 10111110 11100000 10110 1111 0 1100 11011101 101101 1001110

Color Harmonies of #AEBEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEE0

Black with #AEBEE0

Text Example


Text Example

White with #AEBEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEE0; }

 p { color: rgb(174,190,224); }

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

background-color css

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

 a { background-color: rgb(174,190,224); }

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

border-color css

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

 span { border-color: rgb(174,190,224); }

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