#9ABCD7

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

Shades of Light Steel Blue #9ABCD7

Tints of Light Steel Blue #9ABCD7

Color information

#9ABCD7 (or 0x9ABCD7) is unknown color: approx Light Steel Blue. HEX triplet: 9A, BC and D7. RGB value is (154,188,215). Sum of RGB (Red+Green+Blue) = 154+188+215=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #9ABCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCD7 is #654328. Grayscale: #B4B4B4. Windows color (decimal): -6636329 or 14138522. OLE color: 14138522.

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

Color convert

RGB154188215-
CMYK0.280.1300.16
HSL206.56º43.26%72.35%-
HSV(B)206.56º28.37%84.31%-
XYZ43.5847.7471.21-
YUV180.91147.24108.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.65%
GREEN value IS 188 (73.83% from 255) = 33.75%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=27.65%
G=33.75%
B=38.60%

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
Decimal1541882150.280.1300.16206.5643.2672.35
Hex9ABCD71CD010cf2b48
Octal232274327341502031753110
Binary100110101011110011010111111001101010000110011111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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