#9FBEE1

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

Shades of Light Steel Blue #9FBEE1

Tints of Light Steel Blue #9FBEE1

Color information

#9FBEE1 (or 0x9FBEE1) is unknown color: approx Light Steel Blue. HEX triplet: 9F, BE and E1. RGB value is (159,190,225). Sum of RGB (Red+Green+Blue) = 159+190+225=574 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.70% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #9FBEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBEE1 is #60411E. Grayscale: #B8B8B8. Windows color (decimal): -6308127 or 14794399. OLE color: 14794399.

HSL color Cylindrical-coordinate representation of color #9FBEE1: hue angle of 211.82º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FBEE1 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB159190225-
CMYK0.290.1600.12
HSL211.82º52.38%75.29%-
HSV(B)211.82º29.33%88.24%-
XYZ46.349.6378.37-
YUV184.72150.73109.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.70%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 225 (88.28% from 255) = 39.20%
R=27.70%
G=33.10%
B=39.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1591902250.290.1600.12211.8252.3875.29
Hex9FBEE11D100Cd4344b
Octal237276341352001432464113
Binary100111111011111011100001111011000001100110101001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,225); }

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

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

 a { background-color: rgb(159,190,225); }

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

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

 span { border-color: rgb(159,190,225); }

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