Html Css Color HEX #9FBDDB Light Steel Blue

📋 copy color: '#9FBDDB'

red 159 ◦ green 189 ◦ blue 219

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

Shades of Light Steel Blue #9FBDDB

Tints of Light Steel Blue #9FBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.33%

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

R = 28.04%
G = 33.33%
B = 38.62%

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

#9FBDDB (or 0x9FBDDB) is known color: Light Steel Blue. HEX triplet: 9F, BD and DB. RGB value is (159,189,219). Sum of RGB (Red+Green+Blue) = 159+189+219=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDDB is #604224. Grayscale: #B7B7B7. Windows color (decimal): -6308389 or 14400927. OLE color: 14400927.

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

Color convert

RGB 159 189 219 -
CMYK 0.27 0.14 0 0.14
HSL 210º 0.45% 0.74% -
HSV(B) 210º 0.27% 0.86% -
XYZ 45.28 48.88 74.07 -
YUV 183.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 159 189 219 0.27 0.14 0 0.14 210 0.45 0.74
Hex 9F BD DB 1B E 0 E D2 2D 4A
Octal 237 275 333 33 16 0 16 322 55 112
Binary 10011111 10111101 11011011 11011 1110 0 1110 11010010 101101 1001010

Color Harmonies of #9FBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBDDB

Black with #9FBDDB

Text Example


Text Example

White with #9FBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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