Html Css Color HEX #9FBCDD Light Steel Blue

📋 copy color: '#9FBCDD'

red 159 ◦ green 188 ◦ blue 221

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

Shades of Light Steel Blue #9FBCDD

Tints of Light Steel Blue #9FBCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 27.99%
G = 33.1%
B = 38.91%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FBCDD (or 0x9FBCDD) is known color: Light Steel Blue. HEX triplet: 9F, BC and DD. RGB value is (159,188,221). Sum of RGB (Red+Green+Blue) = 159+188+221=568 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.99% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FBCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCDD is #604322. Grayscale: #B6B6B6. Windows color (decimal): -6308643 or 14531743. OLE color: 14531743.

HSL color Cylindrical-coordinate representation of color #9FBCDD: hue angle of 211.94º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FBCDD is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 188 221 -
CMYK 0.28 0.15 0 0.13
HSL 211.94º 0.48% 0.75% -
HSV(B) 211.94º 0.28% 0.87% -
XYZ 45.33 48.56 75.39 -
YUV 183.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 159 188 221 0.28 0.15 0 0.13 211.94 0.48 0.75
Hex 9F BC DD 1C F 0 D D4 30 4B
Octal 237 274 335 34 17 0 15 324 60 113
Binary 10011111 10111100 11011101 11100 1111 0 1101 11010100 110000 1001011

Color Harmonies of #9FBCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBCDD

Black with #9FBCDD

Text Example


Text Example

White with #9FBCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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