#9FBADB

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

Shades of Light Steel Blue #9FBADB

Tints of Light Steel Blue #9FBADB

Color information

#9FBADB (or 0x9FBADB) is unknown color: approx Light Steel Blue. HEX triplet: 9F, BA and DB. RGB value is (159,186,219). Sum of RGB (Red+Green+Blue) = 159+186+219=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBADB is #604524. Grayscale: #B5B5B5. Windows color (decimal): -6309157 or 14400159. OLE color: 14400159.

HSL color Cylindrical-coordinate representation of color #9FBADB: hue angle of 213º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FBADB is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB159186219-
CMYK0.270.1500.14
HSL213º45.45%74.12%-
HSV(B)213º27.4%85.88%-
XYZ44.6447.673.85-
YUV181.69149.05111.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.19%
GREEN value IS 186 (73.05% from 255) = 32.98%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=28.19%
G=32.98%
B=38.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1591862190.270.1500.1421345.4574.12
Hex9FBADB1BF0Ed52d4a
Octal237272333331701632555112
Binary10011111101110101101101111011111101110110101011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,186,219); }

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

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

 a { background-color: rgb(159,186,219); }

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

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

 span { border-color: rgb(159,186,219); }

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