#9FBCE6

Color #9FBCE6 Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #9FBCE6

Tints of Light Steel Blue #9FBCE6

Color information

#9FBCE6 (or 0x9FBCE6) is unknown color: approx Light Steel Blue. HEX triplet: 9F, BC and E6. RGB value is (159,188,230). Sum of RGB (Red+Green+Blue) = 159+188+230=577 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.56% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #9FBCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBCE6 is #604319. Grayscale: #B7B7B7. Windows color (decimal): -6308634 or 15121567. OLE color: 15121567.

HSL color Cylindrical-coordinate representation of color #9FBCE6: hue angle of 215.49º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FBCE6 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB159188230-
CMYK0.310.1800.10
HSL215.49º58.68%76.27%-
HSV(B)215.49º30.87%90.2%-
XYZ46.5649.0581.88-
YUV184.12153.89110.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.56%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 230 (90.23% from 255) = 39.86%
R=27.56%
G=32.58%
B=39.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1591882300.310.1800.10215.4958.6876.27
Hex9FBCE61F120Ad73b4c
Octal237274346372201232773114
Binary100111111011110011100110111111001001010110101111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FBCE6;
 }
 .AnyTagClassName
 {
   color: #9FBCE6;
 }
</style>
background-color css

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

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

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

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

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

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