Html Css Color HEX #AABBDB Light Steel Blue

📋 copy color: '#AABBDB'

red 170 ◦ green 187 ◦ blue 219

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

Shades of Light Steel Blue #AABBDB

Tints of Light Steel Blue #AABBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.47%

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

R = 29.51%
G = 32.47%
B = 38.02%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AABBDB (or 0xAABBDB) is known color: Light Steel Blue. HEX triplet: AA, BB and DB. RGB value is (170,187,219). Sum of RGB (Red+Green+Blue) = 170+187+219=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #AABBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBDB is #554424. Grayscale: #B9B9B9. Windows color (decimal): -5588005 or 14400426. OLE color: 14400426.

HSL color Cylindrical-coordinate representation of color #AABBDB: hue angle of 219.18º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AABBDB is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 187 219 -
CMYK 0.22 0.15 0 0.14
HSL 219.18º 0.4% 0.76% -
HSV(B) 219.18º 0.22% 0.86% -
XYZ 47.13 49.2 74.03 -
YUV 185.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 170 187 219 0.22 0.15 0 0.14 219.18 0.4 0.76
Hex AA BB DB 16 F 0 E DB 28 4C
Octal 252 273 333 26 17 0 16 333 50 114
Binary 10101010 10111011 11011011 10110 1111 0 1110 11011011 101000 1001100

Color Harmonies of #AABBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBDB

Black with #AABBDB

Text Example


Text Example

White with #AABBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBDB; }

 p { color: rgb(170,187,219); }

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

background-color css

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

 a { background-color: rgb(170,187,219); }

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

border-color css

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

 span { border-color: rgb(170,187,219); }

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