#9ABADA

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

Shades of Light Steel Blue #9ABADA

Tints of Light Steel Blue #9ABADA

Color information

#9ABADA (or 0x9ABADA) is unknown color: approx Light Steel Blue. HEX triplet: 9A, BA and DA. RGB value is (154,186,218). Sum of RGB (Red+Green+Blue) = 154+186+218=558 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.60% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ABADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABADA is #654525. Grayscale: #B3B3B3. Windows color (decimal): -6636838 or 14334618. OLE color: 14334618.

HSL color Cylindrical-coordinate representation of color #9ABADA: hue angle of 210º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ABADA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154186218-
CMYK0.290.1500.15
HSL210º46.38%72.94%-
HSV(B)210º29.36%85.49%-
XYZ43.5447.0573.12-
YUV180.08149.4109.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.60%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 218 (85.55% from 255) = 39.07%
R=27.60%
G=33.33%
B=39.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541862180.290.1500.1521046.3872.94
Hex9ABADA1DF0Fd22e49
Octal232272332351701732256111
Binary10011010101110101101101011101111101111110100101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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