Html Css Color HEX #AABADB Light Steel Blue

📋 copy color: '#AABADB'

red 170 ◦ green 186 ◦ blue 219

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

Shades of Light Steel Blue #AABADB

Tints of Light Steel Blue #AABADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.35%

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

R = 29.57%
G = 32.35%
B = 38.09%

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

#AABADB (or 0xAABADB) is known color: Light Steel Blue. HEX triplet: AA, BA and DB. RGB value is (170,186,219). Sum of RGB (Red+Green+Blue) = 170+186+219=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #AABADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABADB is #554524. Grayscale: #B8B8B8. Windows color (decimal): -5588261 or 14400170. OLE color: 14400170.

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

Color convert

RGB 170 186 219 -
CMYK 0.22 0.15 0 0.14
HSL 220.41º 0.4% 0.76% -
HSV(B) 220.41º 0.22% 0.86% -
XYZ 46.92 48.78 73.96 -
YUV 184.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 170 186 219 0.22 0.15 0 0.14 220.41 0.4 0.76
Hex AA BA DB 16 F 0 E DC 28 4C
Octal 252 272 333 26 17 0 16 334 50 114
Binary 10101010 10111010 11011011 10110 1111 0 1110 11011100 101000 1001100

Color Harmonies of #AABADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABADB

Black with #AABADB

Text Example


Text Example

White with #AABADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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