Html Css Color HEX #AEBFDB Light Steel Blue

📋 copy color: '#AEBFDB'

red 174 ◦ green 191 ◦ blue 219

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

Shades of Light Steel Blue #AEBFDB

Tints of Light Steel Blue #AEBFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 29.79%
G = 32.71%
B = 37.5%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEBFDB (or 0xAEBFDB) is known color: Light Steel Blue. HEX triplet: AE, BF and DB. RGB value is (174,191,219). Sum of RGB (Red+Green+Blue) = 174+191+219=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEBFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFDB is #514024. Grayscale: #BCBCBC. Windows color (decimal): -5324837 or 14401454. OLE color: 14401454.

HSL color Cylindrical-coordinate representation of color #AEBFDB: hue angle of 217.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBFDB is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 191 219 -
CMYK 0.21 0.13 0 0.14
HSL 217.33º 0.38% 0.77% -
HSV(B) 217.33º 0.21% 0.86% -
XYZ 48.87 51.37 74.36 -
YUV 189.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 174 191 219 0.21 0.13 0 0.14 217.33 0.38 0.77
Hex AE BF DB 15 D 0 E D9 26 4D
Octal 256 277 333 25 15 0 16 331 46 115
Binary 10101110 10111111 11011011 10101 1101 0 1110 11011001 100110 1001101

Color Harmonies of #AEBFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFDB

Black with #AEBFDB

Text Example


Text Example

White with #AEBFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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