Html Css Color HEX #9FBDD8 Light Steel Blue

📋 copy color: '#9FBDD8'

red 159 ◦ green 189 ◦ blue 216

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

Shades of Light Steel Blue #9FBDD8

Tints of Light Steel Blue #9FBDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 28.19%
G = 33.51%
B = 38.3%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9FBDD8 (or 0x9FBDD8) is known color: Light Steel Blue. HEX triplet: 9F, BD and D8. RGB value is (159,189,216). Sum of RGB (Red+Green+Blue) = 159+189+216=564 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.19% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 216 - color contains mainly: blue. Hex color #9FBDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDD8 is #604227. Grayscale: #B6B6B6. Windows color (decimal): -6308392 or 14204319. OLE color: 14204319.

HSL color Cylindrical-coordinate representation of color #9FBDD8: hue angle of 208.42º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FBDD8 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 189 216 -
CMYK 0.26 0.12 0 0.15
HSL 208.42º 0.42% 0.74% -
HSV(B) 208.42º 0.26% 0.85% -
XYZ 44.89 48.72 72 -
YUV 183.11 146.56 110.8 -
System Red Green Blue C M Y K H S L
Decimal 159 189 216 0.26 0.12 0 0.15 208.42 0.42 0.74
Hex 9F BD D8 1A C 0 F D0 2A 4A
Octal 237 275 330 32 14 0 17 320 52 112
Binary 10011111 10111101 11011000 11010 1100 0 1111 11010000 101010 1001010

Color Harmonies of #9FBDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBDD8

Black with #9FBDD8

Text Example


Text Example

White with #9FBDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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