Html Css Color HEX #AABCDB Light Steel Blue

📋 copy color: '#AABCDB'

red 170 ◦ green 188 ◦ blue 219

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

Shades of Light Steel Blue #AABCDB

Tints of Light Steel Blue #AABCDB

RGB

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

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

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

R = 29.46%
G = 32.58%
B = 37.95%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AABCDB (or 0xAABCDB) is known color: Light Steel Blue. HEX triplet: AA, BC and DB. RGB value is (170,188,219). Sum of RGB (Red+Green+Blue) = 170+188+219=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #AABCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCDB is #554324. Grayscale: #BABABA. Windows color (decimal): -5587749 or 14400682. OLE color: 14400682.

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

Color convert

RGB 170 188 219 -
CMYK 0.22 0.14 0 0.14
HSL 217.96º 0.4% 0.76% -
HSV(B) 217.96º 0.22% 0.86% -
XYZ 47.35 49.63 74.1 -
YUV 186.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 170 188 219 0.22 0.14 0 0.14 217.96 0.4 0.76
Hex AA BC DB 16 E 0 E DA 28 4C
Octal 252 274 333 26 16 0 16 332 50 114
Binary 10101010 10111100 11011011 10110 1110 0 1110 11011010 101000 1001100

Color Harmonies of #AABCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCDB

Black with #AABCDB

Text Example


Text Example

White with #AABCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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