#9AB9D7

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

Shades of Light Steel Blue #9AB9D7

Tints of Light Steel Blue #9AB9D7

Color information

#9AB9D7 (or 0x9AB9D7) is unknown color: approx Light Steel Blue. HEX triplet: 9A, B9 and D7. RGB value is (154,185,215). Sum of RGB (Red+Green+Blue) = 154+185+215=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #9AB9D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9D7 is #654628. Grayscale: #B3B3B3. Windows color (decimal): -6637097 or 14137754. OLE color: 14137754.

HSL color Cylindrical-coordinate representation of color #9AB9D7: hue angle of 209.51º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AB9D7 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB154185215-
CMYK0.280.1400.16
HSL209.51º43.26%72.35%-
HSV(B)209.51º28.37%84.31%-
XYZ42.9446.4771-
YUV179.15148.23110.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.80%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 215 (84.38% from 255) = 38.81%
R=27.80%
G=33.39%
B=38.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1541852150.280.1400.16209.5143.2672.35
Hex9AB9D71CE010d22b48
Octal232271327341602032253110
Binary100110101011100111010111111001110010000110100101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,185,215); }

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

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

 a { background-color: rgb(154,185,215); }

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

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

 span { border-color: rgb(154,185,215); }

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