Html Css Color HEX #9FBDDF Light Steel Blue

📋 copy color: '#9FBDDF'

red 159 ◦ green 189 ◦ blue 223

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

Shades of Light Steel Blue #9FBDDF

Tints of Light Steel Blue #9FBDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 27.85%
G = 33.1%
B = 39.05%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FBDDF (or 0x9FBDDF) is known color: Light Steel Blue. HEX triplet: 9F, BD and DF. RGB value is (159,189,223). Sum of RGB (Red+Green+Blue) = 159+189+223=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FBDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDDF is #604220. Grayscale: #B7B7B7. Windows color (decimal): -6308385 or 14663071. OLE color: 14663071.

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

Color convert

RGB 159 189 223 -
CMYK 0.29 0.15 0 0.13
HSL 211.88º 0.5% 0.75% -
HSV(B) 211.88º 0.29% 0.87% -
XYZ 45.81 49.09 76.87 -
YUV 183.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 159 189 223 0.29 0.15 0 0.13 211.88 0.5 0.75
Hex 9F BD DF 1D F 0 D D4 32 4B
Octal 237 275 337 35 17 0 15 324 62 113
Binary 10011111 10111101 11011111 11101 1111 0 1101 11010100 110010 1001011

Color Harmonies of #9FBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBDDF

Black with #9FBDDF

Text Example


Text Example

White with #9FBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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