Html Css Color HEX #9FBFDA Light Steel Blue

📋 copy color: '#9FBFDA'

red 159 ◦ green 191 ◦ blue 218

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

Shades of Light Steel Blue #9FBFDA

Tints of Light Steel Blue #9FBFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 27.99%
G = 33.63%
B = 38.38%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9FBFDA (or 0x9FBFDA) is known color: Light Steel Blue. HEX triplet: 9F, BF and DA. RGB value is (159,191,218). Sum of RGB (Red+Green+Blue) = 159+191+218=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBFDA is #604025. Grayscale: #B8B8B8. Windows color (decimal): -6307878 or 14335903. OLE color: 14335903.

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

Color convert

RGB 159 191 218 -
CMYK 0.27 0.12 0 0.15
HSL 207.46º 0.44% 0.74% -
HSV(B) 207.46º 0.27% 0.85% -
XYZ 45.58 49.69 73.52 -
YUV 184.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 159 191 218 0.27 0.12 0 0.15 207.46 0.44 0.74
Hex 9F BF DA 1B C 0 F CF 2C 4A
Octal 237 277 332 33 14 0 17 317 54 112
Binary 10011111 10111111 11011010 11011 1100 0 1111 11001111 101100 1001010

Color Harmonies of #9FBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBFDA

Black with #9FBFDA

Text Example


Text Example

White with #9FBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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