Html Css Color HEX #AEBFDF Light Steel Blue

📋 copy color: '#AEBFDF'

red 174 ◦ green 191 ◦ blue 223

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

Shades of Light Steel Blue #AEBFDF

Tints of Light Steel Blue #AEBFDF

RGB

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

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

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

R = 29.59%
G = 32.48%
B = 37.93%

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

#AEBFDF (or 0xAEBFDF) is known color: Light Steel Blue. HEX triplet: AE, BF and DF. RGB value is (174,191,223). Sum of RGB (Red+Green+Blue) = 174+191+223=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEBFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFDF is #514020. Grayscale: #BDBDBD. Windows color (decimal): -5324833 or 14663598. OLE color: 14663598.

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

Color convert

RGB 174 191 223 -
CMYK 0.22 0.14 0 0.13
HSL 219.18º 0.43% 0.78% -
HSV(B) 219.18º 0.22% 0.87% -
XYZ 49.41 51.59 77.17 -
YUV 189.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 174 191 223 0.22 0.14 0 0.13 219.18 0.43 0.78
Hex AE BF DF 16 E 0 D DB 2B 4E
Octal 256 277 337 26 16 0 15 333 53 116
Binary 10101110 10111111 11011111 10110 1110 0 1101 11011011 101011 1001110

Color Harmonies of #AEBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBFDF

Black with #AEBFDF

Text Example


Text Example

White with #AEBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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