#9ABAE0

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

Shades of Light Steel Blue #9ABAE0

Tints of Light Steel Blue #9ABAE0

Color information

#9ABAE0 (or 0x9ABAE0) is unknown color: approx Light Steel Blue. HEX triplet: 9A, BA and E0. RGB value is (154,186,224). Sum of RGB (Red+Green+Blue) = 154+186+224=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #9ABAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABAE0 is #65451F. Grayscale: #B4B4B4. Windows color (decimal): -6636832 or 14727834. OLE color: 14727834.

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

Color convert

RGB154186224-
CMYK0.310.1700.12
HSL212.57º53.03%74.12%-
HSV(B)212.57º31.25%87.84%-
XYZ44.3447.3777.33-
YUV180.76152.4108.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.30%
GREEN value IS 186 (73.05% from 255) = 32.98%
BLUE value IS 224 (87.89% from 255) = 39.72%
R=27.30%
G=32.98%
B=39.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1541862240.310.1700.12212.5753.0374.12
Hex9ABAE01F110Cd5354a
Octal232272340372101432565112
Binary100110101011101011100000111111000101100110101011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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