#9FBBDB

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

Shades of Light Steel Blue #9FBBDB

Tints of Light Steel Blue #9FBBDB

Color information

#9FBBDB (or 0x9FBBDB) is unknown color: approx Light Steel Blue. HEX triplet: 9F, BB and DB. RGB value is (159,187,219). Sum of RGB (Red+Green+Blue) = 159+187+219=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBDB is #604424. Grayscale: #B6B6B6. Windows color (decimal): -6308901 or 14400415. OLE color: 14400415.

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

Color convert

RGB159187219-
CMYK0.270.1500.14
HSL212º45.45%74.12%-
HSV(B)212º27.4%85.88%-
XYZ44.8548.0373.92-
YUV182.28148.72111.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 28.14%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=28.14%
G=33.10%
B=38.76%

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
Decimal1591872190.270.1500.1421245.4574.12
Hex9FBBDB1BF0Ed42d4a
Octal237273333331701632455112
Binary10011111101110111101101111011111101110110101001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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