Html Css Color HEX #9FBED8 Light Steel Blue

📋 copy color: '#9FBED8'

red 159 ◦ green 190 ◦ blue 216

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

Shades of Light Steel Blue #9FBED8

Tints of Light Steel Blue #9FBED8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.63%

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

R = 28.14%
G = 33.63%
B = 38.23%

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

#9FBED8 (or 0x9FBED8) is known color: Light Steel Blue. HEX triplet: 9F, BE and D8. RGB value is (159,190,216). Sum of RGB (Red+Green+Blue) = 159+190+216=565 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.14% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #9FBED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBED8 is #604127. Grayscale: #B7B7B7. Windows color (decimal): -6308136 or 14204575. OLE color: 14204575.

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

Color convert

RGB 159 190 216 -
CMYK 0.26 0.12 0 0.15
HSL 207.37º 0.42% 0.74% -
HSV(B) 207.37º 0.26% 0.85% -
XYZ 45.11 49.16 72.08 -
YUV 183.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 159 190 216 0.26 0.12 0 0.15 207.37 0.42 0.74
Hex 9F BE D8 1A C 0 F CF 2A 4A
Octal 237 276 330 32 14 0 17 317 52 112
Binary 10011111 10111110 11011000 11010 1100 0 1111 11001111 101010 1001010

Color Harmonies of #9FBED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBED8

Black with #9FBED8

Text Example


Text Example

White with #9FBED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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