#9AB8DC

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

Shades of Light Steel Blue #9AB8DC

Tints of Light Steel Blue #9AB8DC

Color information

#9AB8DC (or 0x9AB8DC) is unknown color: approx Light Steel Blue. HEX triplet: 9A, B8 and DC. RGB value is (154,184,220). Sum of RGB (Red+Green+Blue) = 154+184+220=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #9AB8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB8DC is #654723. Grayscale: #B2B2B2. Windows color (decimal): -6637348 or 14465178. OLE color: 14465178.

HSL color Cylindrical-coordinate representation of color #9AB8DC: hue angle of 212.73º degrees, saturation: 0.49, 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 #9AB8DC is Cyan = 0.3, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB154184220-
CMYK0.30.1600.14
HSL212.73º48.53%73.33%-
HSV(B)212.73º30%86.27%-
XYZ43.3946.3274.36-
YUV179.13151.06110.07-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.60%
GREEN value IS 184 (72.27% from 255) = 32.97%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=27.60%
G=32.97%
B=39.43%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1541842200.30.1600.14212.7348.5373.33
Hex9AB8DC1E100Ed53149
Octal232270334362001632561111
Binary100110101011100011011100111101000001110110101011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,184,220); }

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

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

 a { background-color: rgb(154,184,220); }

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

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

 span { border-color: rgb(154,184,220); }

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