Html Css Color HEX #9FC1DB Light Steel Blue

📋 copy color: '#9FC1DB'

red 159 ◦ green 193 ◦ blue 219

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

Shades of Light Steel Blue #9FC1DB

Tints of Light Steel Blue #9FC1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.8%

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

R = 27.85%
G = 33.8%
B = 38.35%

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

#9FC1DB (or 0x9FC1DB) is known color: Light Steel Blue. HEX triplet: 9F, C1 and DB. RGB value is (159,193,219). Sum of RGB (Red+Green+Blue) = 159+193+219=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #9FC1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC1DB is #603E24. Grayscale: #B9B9B9. Windows color (decimal): -6307365 or 14401951. OLE color: 14401951.

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

Color convert

RGB 159 193 219 -
CMYK 0.27 0.12 0 0.14
HSL 206º 0.45% 0.74% -
HSV(B) 206º 0.27% 0.86% -
XYZ 46.15 50.63 74.36 -
YUV 185.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 159 193 219 0.27 0.12 0 0.14 206 0.45 0.74
Hex 9F C1 DB 1B C 0 E CE 2D 4A
Octal 237 301 333 33 14 0 16 316 55 112
Binary 10011111 11000001 11011011 11011 1100 0 1110 11001110 101101 1001010

Color Harmonies of #9FC1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC1DB

Black with #9FC1DB

Text Example


Text Example

White with #9FC1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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