#9ABBDB

Color #9ABBDB Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #9ABBDB

Tints of Light Steel Blue #9ABBDB

Color information

#9ABBDB (or 0x9ABBDB) is unknown color: approx Light Steel Blue. HEX triplet: 9A, BB and DB. RGB value is (154,187,219). Sum of RGB (Red+Green+Blue) = 154+187+219=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #9ABBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBDB is #654424. Grayscale: #B4B4B4. Windows color (decimal): -6636581 or 14400410. OLE color: 14400410.

HSL color Cylindrical-coordinate representation of color #9ABBDB: hue angle of 209.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ABBDB is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154187219-
CMYK0.300.1500.14
HSL209.54º47.45%73.14%-
HSV(B)209.54º29.68%85.88%-
XYZ43.8847.5373.88-
YUV180.78149.57108.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.5%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=27.5%
G=33.39%
B=39.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541872190.300.1500.14209.5447.4573.14
Hex9ABBDB1EF0Ed22f49
Octal232273333361701632257111
Binary10011010101110111101101111110111101110110100101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ABBDB; }

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

 H1.HeaderClassName
 {
   color: #9ABBDB;
 }
 .AnyTagClassName
 {
   color: #9ABBDB;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #9ABBDB;
 }
 .BgClassName
 {
   background-color: #9ABBDB;
 }
</style>
border-color css

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

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

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