Html Css Color HEX #AEBFDE Light Steel Blue

📋 copy color: '#AEBFDE'

red 174 ◦ green 191 ◦ blue 222

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

Shades of Light Steel Blue #AEBFDE

Tints of Light Steel Blue #AEBFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.82%

R = 29.64%
G = 32.54%
B = 37.82%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEBFDE (or 0xAEBFDE) is known color: Light Steel Blue. HEX triplet: AE, BF and DE. RGB value is (174,191,222). Sum of RGB (Red+Green+Blue) = 174+191+222=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEBFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFDE is #514021. Grayscale: #BDBDBD. Windows color (decimal): -5324834 or 14598062. OLE color: 14598062.

HSL color Cylindrical-coordinate representation of color #AEBFDE: hue angle of 218.75º degrees, saturation: 0.42, 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 #AEBFDE is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 191 222 -
CMYK 0.22 0.14 0 0.13
HSL 218.75º 0.42% 0.78% -
HSV(B) 218.75º 0.22% 0.87% -
XYZ 49.27 51.53 76.46 -
YUV 189.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 174 191 222 0.22 0.14 0 0.13 218.75 0.42 0.78
Hex AE BF DE 16 E 0 D DB 2A 4E
Octal 256 277 336 26 16 0 15 333 52 116
Binary 10101110 10111111 11011110 10110 1110 0 1101 11011011 101010 1001110

Color Harmonies of #AEBFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFDE

Black with #AEBFDE

Text Example


Text Example

White with #AEBFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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