Html Css Color HEX #9FBCDB Light Steel Blue

📋 copy color: '#9FBCDB'

red 159 ◦ green 188 ◦ blue 219

#9FBCDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Steel Blue #9FBCDB

Tints of Light Steel Blue #9FBCDB

RGB

 RED value IS 159 (62.5% from 255) = 28.09%

 GREEN value IS 188 (73.83% from 255) = 33.22%

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 28.09%
G = 33.22%
B = 38.69%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FBCDB (or 0x9FBCDB) is known color: Light Steel Blue. HEX triplet: 9F, BC and DB. RGB value is (159,188,219). Sum of RGB (Red+Green+Blue) = 159+188+219=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCDB is #604324. Grayscale: #B6B6B6. Windows color (decimal): -6308645 or 14400671. OLE color: 14400671.

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

Color convert

RGB 159 188 219 -
CMYK 0.27 0.14 0 0.14
HSL 211º 0.45% 0.74% -
HSV(B) 211º 0.27% 0.86% -
XYZ 45.07 48.45 73.99 -
YUV 182.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 159 188 219 0.27 0.14 0 0.14 211 0.45 0.74
Hex 9F BC DB 1B E 0 E D3 2D 4A
Octal 237 274 333 33 16 0 16 323 55 112
Binary 10011111 10111100 11011011 11011 1110 0 1110 11010011 101101 1001010

Color Harmonies of #9FBCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCDB

Black with #9FBCDB

Text Example


Text Example

White with #9FBCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FBCDB;
 }
 .AnyTagClassName
 {
   color: #9FBCDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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