#9ABADD

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

Shades of Light Steel Blue #9ABADD

Tints of Light Steel Blue #9ABADD

Color information

#9ABADD (or 0x9ABADD) is unknown color: approx Light Steel Blue. HEX triplet: 9A, BA and DD. RGB value is (154,186,221). Sum of RGB (Red+Green+Blue) = 154+186+221=561 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.45% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ABADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABADD is #654522. Grayscale: #B4B4B4. Windows color (decimal): -6636835 or 14531226. OLE color: 14531226.

HSL color Cylindrical-coordinate representation of color #9ABADD: hue angle of 211.34º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ABADD is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154186221-
CMYK0.300.1600.13
HSL211.34º49.63%73.53%-
HSV(B)211.34º30.32%86.67%-
XYZ43.9447.2175.2-
YUV180.42150.9109.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.45%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=27.45%
G=33.16%
B=39.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541862210.300.1600.13211.3449.6373.53
Hex9ABADD1E100Dd3324a
Octal232272335362001532362112
Binary100110101011101011011101111101000001101110100111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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