#9ABBDA

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

Shades of Light Steel Blue #9ABBDA

Tints of Light Steel Blue #9ABBDA

Color information

#9ABBDA (or 0x9ABBDA) is unknown color: approx Light Steel Blue. HEX triplet: 9A, BB and DA. RGB value is (154,187,218). Sum of RGB (Red+Green+Blue) = 154+187+218=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ABBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABBDA is #654425. Grayscale: #B4B4B4. Windows color (decimal): -6636582 or 14334874. OLE color: 14334874.

HSL color Cylindrical-coordinate representation of color #9ABBDA: hue angle of 209.06º 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 #9ABBDA is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB154187218-
CMYK0.290.1400.15
HSL209.06º46.38%72.94%-
HSV(B)209.06º29.36%85.49%-
XYZ43.7547.4773.19-
YUV180.67149.07108.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.55%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=27.55%
G=33.45%
B=39.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1541872180.290.1400.15209.0646.3872.94
Hex9ABBDA1DE0Fd12e49
Octal232273332351601732156111
Binary10011010101110111101101011101111001111110100011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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