#9ABAD5

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

Shades of Light Steel Blue #9ABAD5

Tints of Light Steel Blue #9ABAD5

Color information

#9ABAD5 (or 0x9ABAD5) is unknown color: approx Light Steel Blue. HEX triplet: 9A, BA and D5. RGB value is (154,186,213). Sum of RGB (Red+Green+Blue) = 154+186+213=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #9ABAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABAD5 is #65452A. Grayscale: #B3B3B3. Windows color (decimal): -6636843 or 14006938. OLE color: 14006938.

HSL color Cylindrical-coordinate representation of color #9ABAD5: hue angle of 207.46º degrees, saturation: 0.41, 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 #9ABAD5 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB154186213-
CMYK0.280.1300.16
HSL207.46º41.26%71.96%-
HSV(B)207.46º27.7%83.53%-
XYZ42.946.7969.72-
YUV179.51146.9109.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.85%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=27.85%
G=33.63%
B=38.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1541862130.280.1300.16207.4641.2671.96
Hex9ABAD51CD010cf2948
Octal232272325341502031751110
Binary100110101011101011010101111001101010000110011111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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