#9ABADF

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

Shades of Light Steel Blue #9ABADF

Tints of Light Steel Blue #9ABADF

Color information

#9ABADF (or 0x9ABADF) is unknown color: approx Light Steel Blue. HEX triplet: 9A, BA and DF. RGB value is (154,186,223). Sum of RGB (Red+Green+Blue) = 154+186+223=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ABADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABADF is #654520. Grayscale: #B4B4B4. Windows color (decimal): -6636833 or 14662298. OLE color: 14662298.

HSL color Cylindrical-coordinate representation of color #9ABADF: hue angle of 212.17º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ABADF is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154186223-
CMYK0.310.1700.13
HSL212.17º51.88%73.92%-
HSV(B)212.17º30.94%87.45%-
XYZ44.247.3276.62-
YUV180.65151.9108.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.35%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=27.35%
G=33.04%
B=39.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541862230.310.1700.13212.1751.8873.92
Hex9ABADF1F110Dd4344a
Octal232272337372101532464112
Binary100110101011101011011111111111000101101110101001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,186,223); }

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

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

 a { background-color: rgb(154,186,223); }

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

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

 span { border-color: rgb(154,186,223); }

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