Html Css Color HEX #AABCDF Light Steel Blue

📋 copy color: '#AABCDF'

red 170 ◦ green 188 ◦ blue 223

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

Shades of Light Steel Blue #AABCDF

Tints of Light Steel Blue #AABCDF

RGB

 RED value IS 170 (66.8% from 255) = 29.26%

 GREEN value IS 188 (73.83% from 255) = 32.36%

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

R = 29.26%
G = 32.36%
B = 38.38%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AABCDF (or 0xAABCDF) is known color: Light Steel Blue. HEX triplet: AA, BC and DF. RGB value is (170,188,223). Sum of RGB (Red+Green+Blue) = 170+188+223=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #AABCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCDF is #554320. Grayscale: #BABABA. Windows color (decimal): -5587745 or 14662826. OLE color: 14662826.

HSL color Cylindrical-coordinate representation of color #AABCDF: hue angle of 219.62º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AABCDF is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 188 223 -
CMYK 0.24 0.16 0 0.13
HSL 219.62º 0.45% 0.77% -
HSV(B) 219.62º 0.24% 0.87% -
XYZ 47.88 49.84 76.91 -
YUV 186.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 170 188 223 0.24 0.16 0 0.13 219.62 0.45 0.77
Hex AA BC DF 18 10 0 D DC 2D 4D
Octal 252 274 337 30 20 0 15 334 55 115
Binary 10101010 10111100 11011111 11000 10000 0 1101 11011100 101101 1001101

Color Harmonies of #AABCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCDF

Black with #AABCDF

Text Example


Text Example

White with #AABCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCDF; }

 p { color: rgb(170,188,223); }

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

background-color css

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

 a { background-color: rgb(170,188,223); }

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

border-color css

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

 span { border-color: rgb(170,188,223); }

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