Html Css Color HEX #9FBCDF Light Steel Blue

📋 copy color: '#9FBCDF'

red 159 ◦ green 188 ◦ blue 223

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

Shades of Light Steel Blue #9FBCDF

Tints of Light Steel Blue #9FBCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.98%

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

R = 27.89%
G = 32.98%
B = 39.12%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FBCDF (or 0x9FBCDF) is known color: Light Steel Blue. HEX triplet: 9F, BC and DF. RGB value is (159,188,223). Sum of RGB (Red+Green+Blue) = 159+188+223=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FBCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCDF is #604320. Grayscale: #B7B7B7. Windows color (decimal): -6308641 or 14662815. OLE color: 14662815.

HSL color Cylindrical-coordinate representation of color #9FBCDF: hue angle of 212.81º 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 #9FBCDF is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 188 223 -
CMYK 0.29 0.16 0 0.13
HSL 212.81º 0.5% 0.75% -
HSV(B) 212.81º 0.29% 0.87% -
XYZ 45.6 48.67 76.8 -
YUV 183.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 159 188 223 0.29 0.16 0 0.13 212.81 0.5 0.75
Hex 9F BC DF 1D 10 0 D D5 32 4B
Octal 237 274 337 35 20 0 15 325 62 113
Binary 10011111 10111100 11011111 11101 10000 0 1101 11010101 110010 1001011

Color Harmonies of #9FBCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCDF

Black with #9FBCDF

Text Example


Text Example

White with #9FBCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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