Html Css Color HEX #AEBFE0 Light Steel Blue

📋 copy color: '#AEBFE0'

red 174 ◦ green 191 ◦ blue 224

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

Shades of Light Steel Blue #AEBFE0

Tints of Light Steel Blue #AEBFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 32.43%

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

R = 29.54%
G = 32.43%
B = 38.03%

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

#AEBFE0 (or 0xAEBFE0) is known color: Light Steel Blue. HEX triplet: AE, BF and E0. RGB value is (174,191,224). Sum of RGB (Red+Green+Blue) = 174+191+224=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEBFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFE0 is #51401F. Grayscale: #BDBDBD. Windows color (decimal): -5324832 or 14729134. OLE color: 14729134.

HSL color Cylindrical-coordinate representation of color #AEBFE0: hue angle of 219.6º 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 #AEBFE0 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 191 224 -
CMYK 0.22 0.15 0 0.12
HSL 219.6º 0.45% 0.78% -
HSV(B) 219.6º 0.22% 0.88% -
XYZ 49.54 51.64 77.88 -
YUV 189.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 174 191 224 0.22 0.15 0 0.12 219.6 0.45 0.78
Hex AE BF E0 16 F 0 C DC 2D 4E
Octal 256 277 340 26 17 0 14 334 55 116
Binary 10101110 10111111 11100000 10110 1111 0 1100 11011100 101101 1001110

Color Harmonies of #AEBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFE0

Black with #AEBFE0

Text Example


Text Example

White with #AEBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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