Html Css Color HEX #9FC0DA Light Steel Blue

📋 copy color: '#9FC0DA'

red 159 ◦ green 192 ◦ blue 218

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

Shades of Light Steel Blue #9FC0DA

Tints of Light Steel Blue #9FC0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 27.94%
G = 33.74%
B = 38.31%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9FC0DA (or 0x9FC0DA) is known color: Light Steel Blue. HEX triplet: 9F, C0 and DA. RGB value is (159,192,218). Sum of RGB (Red+Green+Blue) = 159+192+218=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #9FC0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC0DA is #603F25. Grayscale: #B8B8B8. Windows color (decimal): -6307622 or 14336159. OLE color: 14336159.

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

Color convert

RGB 159 192 218 -
CMYK 0.27 0.12 0 0.15
HSL 206.44º 0.44% 0.74% -
HSV(B) 206.44º 0.27% 0.85% -
XYZ 45.8 50.13 73.59 -
YUV 185.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 159 192 218 0.27 0.12 0 0.15 206.44 0.44 0.74
Hex 9F C0 DA 1B C 0 F CE 2C 4A
Octal 237 300 332 33 14 0 17 316 54 112
Binary 10011111 11000000 11011010 11011 1100 0 1111 11001110 101100 1001010

Color Harmonies of #9FC0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC0DA

Black with #9FC0DA

Text Example


Text Example

White with #9FC0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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