Html Css Color HEX #9FBFDE Light Steel Blue

📋 copy color: '#9FBFDE'

red 159 ◦ green 191 ◦ blue 222

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

Shades of Light Steel Blue #9FBFDE

Tints of Light Steel Blue #9FBFDE

RGB

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

 GREEN value IS 191 (75% from 255) = 33.39%

 BLUE value IS 222 (87.11% from 255) = 38.81%

R = 27.8%
G = 33.39%
B = 38.81%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FBFDE (or 0x9FBFDE) is known color: Light Steel Blue. HEX triplet: 9F, BF and DE. RGB value is (159,191,222). Sum of RGB (Red+Green+Blue) = 159+191+222=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #9FBFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBFDE is #604021. Grayscale: #B8B8B8. Windows color (decimal): -6307874 or 14598047. OLE color: 14598047.

HSL color Cylindrical-coordinate representation of color #9FBFDE: hue angle of 209.52º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FBFDE is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 191 222 -
CMYK 0.28 0.14 0 0.13
HSL 209.52º 0.49% 0.75% -
HSV(B) 209.52º 0.28% 0.87% -
XYZ 46.11 49.91 76.31 -
YUV 184.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 159 191 222 0.28 0.14 0 0.13 209.52 0.49 0.75
Hex 9F BF DE 1C E 0 D D2 31 4B
Octal 237 277 336 34 16 0 15 322 61 113
Binary 10011111 10111111 11011110 11100 1110 0 1101 11010010 110001 1001011

Color Harmonies of #9FBFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBFDE

Black with #9FBFDE

Text Example


Text Example

White with #9FBFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,191,222); }

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

background-color css

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

 a { background-color: rgb(159,191,222); }

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

border-color css

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

 span { border-color: rgb(159,191,222); }

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