Html Css Color HEX #9FBCDC Light Steel Blue

📋 copy color: '#9FBCDC'

red 159 ◦ green 188 ◦ blue 220

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

Shades of Light Steel Blue #9FBCDC

Tints of Light Steel Blue #9FBCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 28.04%
G = 33.16%
B = 38.8%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FBCDC (or 0x9FBCDC) is known color: Light Steel Blue. HEX triplet: 9F, BC and DC. RGB value is (159,188,220). Sum of RGB (Red+Green+Blue) = 159+188+220=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCDC is #604323. Grayscale: #B6B6B6. Windows color (decimal): -6308644 or 14466207. OLE color: 14466207.

HSL color Cylindrical-coordinate representation of color #9FBCDC: hue angle of 211.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FBCDC is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 188 220 -
CMYK 0.28 0.15 0 0.14
HSL 211.48º 0.47% 0.74% -
HSV(B) 211.48º 0.28% 0.86% -
XYZ 45.2 48.5 74.69 -
YUV 182.98 148.89 110.9 -
System Red Green Blue C M Y K H S L
Decimal 159 188 220 0.28 0.15 0 0.14 211.48 0.47 0.74
Hex 9F BC DC 1C F 0 E D3 2F 4A
Octal 237 274 334 34 17 0 16 323 57 112
Binary 10011111 10111100 11011100 11100 1111 0 1110 11010011 101111 1001010

Color Harmonies of #9FBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCDC

Black with #9FBCDC

Text Example


Text Example

White with #9FBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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