Html Css Color HEX #9FC0DC Light Steel Blue

📋 copy color: '#9FC0DC'

red 159 ◦ green 192 ◦ blue 220

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

Shades of Light Steel Blue #9FC0DC

Tints of Light Steel Blue #9FC0DC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.63%

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

R = 27.85%
G = 33.63%
B = 38.53%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FC0DC (or 0x9FC0DC) is known color: Light Steel Blue. HEX triplet: 9F, C0 and DC. RGB value is (159,192,220). Sum of RGB (Red+Green+Blue) = 159+192+220=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC0DC is #603F23. Grayscale: #B9B9B9. Windows color (decimal): -6307620 or 14467231. OLE color: 14467231.

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

Color convert

RGB 159 192 220 -
CMYK 0.28 0.13 0 0.14
HSL 207.54º 0.47% 0.74% -
HSV(B) 207.54º 0.28% 0.86% -
XYZ 46.07 50.24 74.98 -
YUV 185.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 159 192 220 0.28 0.13 0 0.14 207.54 0.47 0.74
Hex 9F C0 DC 1C D 0 E D0 2F 4A
Octal 237 300 334 34 15 0 16 320 57 112
Binary 10011111 11000000 11011100 11100 1101 0 1110 11010000 101111 1001010

Color Harmonies of #9FC0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC0DC

Black with #9FC0DC

Text Example


Text Example

White with #9FC0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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