Html Css Color HEX #AEBEDF Light Steel Blue

📋 copy color: '#AEBEDF'

red 174 ◦ green 190 ◦ blue 223

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

Shades of Light Steel Blue #AEBEDF

Tints of Light Steel Blue #AEBEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 29.64%
G = 32.37%
B = 37.99%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEBEDF (or 0xAEBEDF) is known color: Light Steel Blue. HEX triplet: AE, BE and DF. RGB value is (174,190,223). Sum of RGB (Red+Green+Blue) = 174+190+223=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEBEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEDF is #514120. Grayscale: #BCBCBC. Windows color (decimal): -5325089 or 14663342. OLE color: 14663342.

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

Color convert

RGB 174 190 223 -
CMYK 0.22 0.15 0 0.13
HSL 220.41º 0.43% 0.78% -
HSV(B) 220.41º 0.22% 0.87% -
XYZ 49.19 51.15 77.09 -
YUV 188.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 174 190 223 0.22 0.15 0 0.13 220.41 0.43 0.78
Hex AE BE DF 16 F 0 D DC 2B 4E
Octal 256 276 337 26 17 0 15 334 53 116
Binary 10101110 10111110 11011111 10110 1111 0 1101 11011100 101011 1001110

Color Harmonies of #AEBEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEDF

Black with #AEBEDF

Text Example


Text Example

White with #AEBEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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