#9FBFEF

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

Shades of Tropical Blue #9FBFEF

Tints of Tropical Blue #9FBFEF

Color information

#9FBFEF (or 0x9FBFEF) is unknown color: approx Tropical Blue. HEX triplet: 9F, BF and EF. RGB value is (159,191,239). Sum of RGB (Red+Green+Blue) = 159+191+239=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #9FBFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBFEF is #604010. Grayscale: #BABABA. Windows color (decimal): -6307857 or 15712159. OLE color: 15712159.

HSL color Cylindrical-coordinate representation of color #9FBFEF: hue angle of 216º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FBFEF is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159191239-
CMYK0.330.2000.06
HSL216º71.43%78.04%-
HSV(B)216º33.47%93.73%-
XYZ48.5150.8688.92-
YUV186.9157.4108.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.99%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 239 (93.75% from 255) = 40.58%
R=26.99%
G=32.43%
B=40.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1591912390.330.2000.0621671.4378.04
Hex9FBFEF211406d8474e
Octal237277357412406330107116
Binary1001111110111111111011111000011010001101101100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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