Html Css Color HEX #9FC0DB Light Steel Blue

📋 copy color: '#9FC0DB'

red 159 ◦ green 192 ◦ blue 219

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

Shades of Light Steel Blue #9FC0DB

Tints of Light Steel Blue #9FC0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 27.89%
G = 33.68%
B = 38.42%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FC0DB (or 0x9FC0DB) is known color: Light Steel Blue. HEX triplet: 9F, C0 and DB. RGB value is (159,192,219). Sum of RGB (Red+Green+Blue) = 159+192+219=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FC0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC0DB is #603F24. Grayscale: #B9B9B9. Windows color (decimal): -6307621 or 14401695. OLE color: 14401695.

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

Color convert

RGB 159 192 219 -
CMYK 0.27 0.12 0 0.14
HSL 207º 0.45% 0.74% -
HSV(B) 207º 0.27% 0.86% -
XYZ 45.93 50.18 74.28 -
YUV 185.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 159 192 219 0.27 0.12 0 0.14 207 0.45 0.74
Hex 9F C0 DB 1B C 0 E CF 2D 4A
Octal 237 300 333 33 14 0 16 317 55 112
Binary 10011111 11000000 11011011 11011 1100 0 1110 11001111 101101 1001010

Color Harmonies of #9FC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC0DB

Black with #9FC0DB

Text Example


Text Example

White with #9FC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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