Html Css Color HEX #9FBBDC Light Steel Blue

📋 copy color: '#9FBBDC'

red 159 ◦ green 187 ◦ blue 220

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

Shades of Light Steel Blue #9FBBDC

Tints of Light Steel Blue #9FBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.04%

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

R = 28.09%
G = 33.04%
B = 38.87%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9FBBDC (or 0x9FBBDC) is known color: Light Steel Blue. HEX triplet: 9F, BB and DC. RGB value is (159,187,220). Sum of RGB (Red+Green+Blue) = 159+187+220=566 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.09% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FBBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBBDC is #604423. Grayscale: #B6B6B6. Windows color (decimal): -6308900 or 14465951. OLE color: 14465951.

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

Color convert

RGB 159 187 220 -
CMYK 0.28 0.15 0 0.14
HSL 212.46º 0.47% 0.74% -
HSV(B) 212.46º 0.28% 0.86% -
XYZ 44.99 48.08 74.62 -
YUV 182.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 159 187 220 0.28 0.15 0 0.14 212.46 0.47 0.74
Hex 9F BB DC 1C F 0 E D4 2F 4A
Octal 237 273 334 34 17 0 16 324 57 112
Binary 10011111 10111011 11011100 11100 1111 0 1110 11010100 101111 1001010

Color Harmonies of #9FBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBBDC

Black with #9FBBDC

Text Example


Text Example

White with #9FBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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