#9FBFEB

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

Shades of Tropical Blue #9FBFEB

Tints of Tropical Blue #9FBFEB

Color information

#9FBFEB (or 0x9FBFEB) is unknown color: approx Tropical Blue. HEX triplet: 9F, BF and EB. RGB value is (159,191,235). Sum of RGB (Red+Green+Blue) = 159+191+235=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FBFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBFEB is #604014. Grayscale: #BABABA. Windows color (decimal): -6307861 or 15450015. OLE color: 15450015.

HSL color Cylindrical-coordinate representation of color #9FBFEB: hue angle of 214.74º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FBFEB is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159191235-
CMYK0.320.1900.08
HSL214.74º65.52%77.25%-
HSV(B)214.74º32.34%92.16%-
XYZ47.9250.6385.84-
YUV186.45155.4108.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.18%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=27.18%
G=32.65%
B=40.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591912350.320.1900.08214.7465.5277.25
Hex9FBFEB201308d7424d
Octal2372773534023010327102115
Binary10011111101111111110101110000010011010001101011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,191,235); }

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

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

 a { background-color: rgb(159,191,235); }

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

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

 span { border-color: rgb(159,191,235); }

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